completely remove unnecessary callback

to Fix #1436
This commit is contained in:
Dave Conway-Jones
2017-10-11 08:52:28 +01:00
parent 6a869e120c
commit 58a890e836

View File

@@ -522,8 +522,6 @@ RED.debug = (function() {
if (atBottom) {
messageList.scrollTop(sbc.scrollHeight);
}
if (cb) { cb(); }
}
return {