Add dropInEvents module++

merge-requests/63/head
Moe 2019-02-22 23:06:04 -08:00
parent 97b341481e
commit 31eb99f551
1 changed files with 0 additions and 2 deletions

View File

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