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){