From 31eb99f55107e47e135decdc998115d36706d12f Mon Sep 17 00:00:00 2001 From: Moe Date: Fri, 22 Feb 2019 23:06:04 -0800 Subject: [PATCH] Add dropInEvents module++ --- libs/dropInEvents.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/dropInEvents.js b/libs/dropInEvents.js index cf326091..cbe9d624 100644 --- a/libs/dropInEvents.js +++ b/libs/dropInEvents.js @@ -59,8 +59,6 @@ module.exports = function(s,config,lang,app,io){ } }) } - console.log(eventType,filePath) - if(config.dropInEventDeleteFileAfterTrigger){ setTimeout(function(){ fs.unlink(filePath,function(err){