Skip to content
Snippets Groups Projects
Commit f71d480a authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove debug prints.

parent 39ffd8cf
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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;
}
}
......
......@@ -14,7 +14,6 @@ try {
catch(e) {
can_extend_file = false;
}
print("Done...");
new function() {
var defs = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment