diff --git a/exec/load/inihelper.js b/exec/load/inihelper.js index 047184223cf76bc233495c17927a700d018eab0c..cf29e11c4dd6e4e28b5e935494c61a44904858bc 100644 --- a/exec/load/inihelper.js +++ b/exec/load/inihelper.js @@ -41,7 +41,6 @@ File.prototype.iniGetEnum = function(section, k, enum, def) { txt = txt.replace(/^\s+|\s+$/gm, '').toLowerCase(); for (i = 0; i < enum.length; i++) { if (enum[i].toLowerCase() === txt) { -print("iniGetEnum() = "+i); return i; } } diff --git a/exec/load/sbbsini.js b/exec/load/sbbsini.js index ab720f6aff3ff16af76cc4b22b2a336d462eaea4..3171a16b54a3bade2db187cc4955fdd1d2d4fe31 100644 --- a/exec/load/sbbsini.js +++ b/exec/load/sbbsini.js @@ -14,7 +14,6 @@ try { catch(e) { can_extend_file = false; } -print("Done..."); new function() { var defs = {};