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
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 0 additions and 2 deletions

View File

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