From ae7dc7f455a0b9109d837add21773e915645a9c6 Mon Sep 17 00:00:00 2001 From: Robert Best Date: Mon, 10 Apr 2017 22:33:04 +0000 Subject: [PATCH] Removed console logs --- frontend/src/Metamaps/PasteInput.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/Metamaps/PasteInput.js b/frontend/src/Metamaps/PasteInput.js index c31cb19b..6749c560 100644 --- a/frontend/src/Metamaps/PasteInput.js +++ b/frontend/src/Metamaps/PasteInput.js @@ -68,11 +68,9 @@ const PasteInput = { } else if (text[0] === '{') { Import.handleJSON(text) } else if (text.match(/[Tt]opics\t/) || text.match(/[Ss]ynapses\t/)) { - console.log("Tab sep!") Import.handleTSV(text) } else { //Handle as plain text - console.log("The text is:",text,"!") let textItems = text.split("\n") if (textItems.length === 1){ if(textItems[0].trim() !== ""){