mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Remove console spamming from CalculateShareMult
This commit is contained in:
parent
53727f6222
commit
5fc7993dff
@ -8,6 +8,5 @@ export function StartSharing(threads: number): () => void {
|
||||
}
|
||||
|
||||
export function CalculateShareMult(): number {
|
||||
console.log(`${sharePower} => ${CSM(sharePower)}`);
|
||||
return CSM(sharePower);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user