mirror of https://github.com/xwiki-labs/cryptpad
Remove a log line which was leftover after debugging
This commit is contained in:
parent
13360c335b
commit
7553ccff68
|
@ -23,7 +23,6 @@ var insert = function (db, channelName, content, cb) {
|
|||
db.put(channelName+'=>'+index, content, waitFor(function (e) { if (e) { throw e; } }));
|
||||
}).nThen(function (waitFor) {
|
||||
db.put(channelName+'=>index', ''+index, waitFor(function (e) { if (e) { throw e; } }));
|
||||
console.log(index);
|
||||
}).nThen(cb);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue