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
+1 -1
View File
@@ -67,5 +67,5 @@ module.exports.error = function(/* variable args */) {
module.exports.loggly = function(/* variable args */){
if(loggly)
loggly.log(loggly, arguments);
loggly.log.apply(loggly, arguments);
};
-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');