diff --git a/modules/jobs.js b/modules/jobs.js index 4200452e3..46b4c4f57 100644 --- a/modules/jobs.js +++ b/modules/jobs.js @@ -14,7 +14,7 @@ MODULES["jobs"].customRatio; //set this like above and it will Auto use it. function safeBuyJob(jobTitle, amount) { if (!Number.isFinite(amount) || amount === 0 || typeof amount === 'undefined') { - debug("Exiting out of buyjob early " + jobTitle + " " + amount); + //debug("Exiting out of buyjob early " + jobTitle + " " + amount); return false; } var old = preBuy2();