Remove unnecessary debug logging

This commit is contained in:
samhed 2016-08-26 12:19:30 +02:00
parent 7db7101e53
commit eef646c320
1 changed files with 0 additions and 1 deletions

View File

@ -1836,7 +1836,6 @@ var RFB;
for (var i = 0; i < 4; i++) {
if ((resetStreams >> i) & 1) {
this._FBU.zlibs[i].reset();
console.debug('RESET!');
Util.Info("Reset zlib stream " + i);
}
}