fix(loggly): typo and remove testing

This commit is contained in:
Matteo Pagliazzi
2014-12-12 13:09:21 +01:00
parent af1ff6d740
commit b10d4606f5
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -49,8 +49,6 @@ if (cluster.isMaster && (isDev || isProd)) {
});
autoinc.init(db);
logging.loggly('test from beta');
// load schemas & models
require('./models/challenge');
require('./models/group');