mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
fix(loggly): typo and remove testing
This commit is contained in:
parent
af1ff6d740
commit
b10d4606f5
2 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue