[FIX] Убран отладочный вывод в debug.js

This commit is contained in:
Gravit 2019-04-24 12:56:33 +07:00
parent 7704e46996
commit dbdf3f3c89
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -37,7 +37,6 @@ var debug = {
}, },
append: function(text) { append: function(text) {
LogHelper.debug(debug.output.getText().length());
//Experimental Feature //Experimental Feature
if(debug.output.getText().length() > 32000 /* Max length */) if(debug.output.getText().length() > 32000 /* Max length */)
{ {