mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX] Убран отладочный вывод в debug.js
This commit is contained in:
parent
7704e46996
commit
dbdf3f3c89
1 changed files with 0 additions and 1 deletions
|
@ -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 */)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue