Remove console.log

pull/1/head
yflory 4 years ago
parent cfc6d42209
commit 1bd6c134ae

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

Loading…
Cancel
Save