summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-11-28 17:22:34 +0000
committerJohn McLear <john@mclear.co.uk>2013-11-28 17:22:34 +0000
commit271dd663bf386f9fdcd6a5a8a835414054e9815b (patch)
tree7f9f897e297bc6e2a1456d2f72870451850fcf4e /src
parent6fcc7c77f901bac7cc39b5e10cfc4a199dc8245a (diff)
downloadetherpad-lite-271dd663bf386f9fdcd6a5a8a835414054e9815b.zip
foo
Diffstat (limited to 'src')
-rw-r--r--src/node/handler/ImportHandler.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node/handler/ImportHandler.js b/src/node/handler/ImportHandler.js
index be119e09..3e00be77 100644
--- a/src/node/handler/ImportHandler.js
+++ b/src/node/handler/ImportHandler.js
@@ -105,9 +105,8 @@ exports.doImport = function(req, res, padId)
if(ERR(err, callback)) return callback();
console.log(result);
if(result.length > 0){ // This feels hacky and wrong..
- apiLogger.info("Plugin handling import");
+ console.log("Plugin handling import");
importHandledByPlugin = true;
- srcFile = "blah.html";
callback();
}else{
callback();