mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
amnesia.js : remove log statement that would otherwise get really annoying really quickly
This commit is contained in:
parent
0f73ea793d
commit
2e9f32cd10
@ -35,7 +35,6 @@ var getMessages = function(channelName, cb){
|
||||
db.filter(function(val){
|
||||
return val.chan == channelName;
|
||||
}).forEach(function(doc){
|
||||
console.log(doc);
|
||||
cb(doc.msg);
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user