This commit is contained in:
Baris Usakli
2013-09-23 13:43:15 -04:00
parent 043aafd7b7
commit 776b51fef7
6 changed files with 63 additions and 26 deletions

View File

@@ -137,7 +137,7 @@ var fs = require('fs'),
hookList = this.loadedHooks[hook];
if (hookList && Array.isArray(hookList)) {
if (global.env === 'development') winston.info('[plugins] Firing hook: \'' + hook + '\'');
//if (global.env === 'development') winston.info('[plugins] Firing hook: \'' + hook + '\'');
var hookType = hook.split(':')[0];
switch (hookType) {
case 'filter':