Revert "full debug"

This reverts commit 34b322a53b209c02013596a0dd135e227da33a32.
This commit is contained in:
tknew2 2014-10-01 17:55:42 +02:00
parent 34b322a53b
commit 4b3ea3ba2e
2 changed files with 2 additions and 3 deletions

View File

@ -337,7 +337,6 @@ God.finalizeProcedure = function finalizeProcedure(proc) {
vizionar({folder : current_path}, function recur_path(err, meta){
current_path = path.dirname(current_path);
debug('Trying folder %s', current_path, proc.pm2_env.name, proc.pm2_env.pm_id);
if (err)
@ -354,7 +353,7 @@ God.finalizeProcedure = function finalizeProcedure(proc) {
//God.notify('online', proc);
}
else {
debug('Retrying folder');
debug('Retrying folder', meta);
vizionar({folder : current_path}, recur_path);
}
});

View File

@ -25,7 +25,7 @@ $pm2 kill
if [ $TRAVIS ]
then
export DEBUG="*"
export DEBUG="pm2:*"
fi
mocha ./test/programmatic/god.mocha.js