mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Removed a log statement from Netscriopt
This commit is contained in:
parent
af47baf4fa
commit
d8fd1e1164
@ -107,7 +107,6 @@ PlayerObject.prototype.applyForJob = function(entryPosType) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
this.companyName = company.companyName;
|
||||
this.companyPosition = pos;
|
||||
|
||||
|
@ -63,7 +63,6 @@ function evaluate(exp, workerScript) {
|
||||
p.then(function(expRight) {
|
||||
try {
|
||||
env.set(exp.left.value, expRight);
|
||||
workerScript.scriptRef.log("Variable " + exp.left.value + " set to " + expRight);
|
||||
} catch (e) {
|
||||
reject("|" + workerScript.serverIp + "|" + workerScript.name + "|" + e.toString());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user