amnesia.js : remove log statement that would otherwise get really annoying really quickly
This commit is contained in:
@@ -35,7 +35,6 @@ var getMessages = function(channelName, cb){
|
|||||||
db.filter(function(val){
|
db.filter(function(val){
|
||||||
return val.chan == channelName;
|
return val.chan == channelName;
|
||||||
}).forEach(function(doc){
|
}).forEach(function(doc){
|
||||||
console.log(doc);
|
|
||||||
cb(doc.msg);
|
cb(doc.msg);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user