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

Remove debug prints.

parent 04456328
Branches
Tags
No related merge requests found
...@@ -41,7 +41,6 @@ File.prototype.iniGetEnum = function(section, k, enum, def) { ...@@ -41,7 +41,6 @@ File.prototype.iniGetEnum = function(section, k, enum, def) {
txt = txt.replace(/^\s+|\s+$/gm, '').toLowerCase(); txt = txt.replace(/^\s+|\s+$/gm, '').toLowerCase();
for (i = 0; i < enum.length; i++) { for (i = 0; i < enum.length; i++) {
if (enum[i].toLowerCase() === txt) { if (enum[i].toLowerCase() === txt) {
print("iniGetEnum() = "+i);
return i; return i;
} }
} }
......
...@@ -14,7 +14,6 @@ try { ...@@ -14,7 +14,6 @@ try {
catch(e) { catch(e) {
can_extend_file = false; can_extend_file = false;
} }
print("Done...");
new function() { new function() {
var defs = {}; var defs = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment