Remove console.log

This commit is contained in:
yflory 2020-09-07 15:01:21 +02:00
parent cfc6d42209
commit 1bd6c134ae
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ proxy.mailboxes = {
} catch (e) {
console.error(e);
}
console.error('test');
sendMessage(msg, function (err, hash) {
if (err) { return void console.error(err); }
box.history.push(hash);