From 271dd663bf386f9fdcd6a5a8a835414054e9815b Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 28 Nov 2013 17:22:34 +0000 Subject: [PATCH] foo --- src/node/handler/ImportHandler.js | 3 +-- 1 file changed, 1 insertion(+), 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();