mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 22:59:42 +02:00
Most console.log have been changed to console.warn or removed if they were debug
This commit is contained in:
@@ -1766,7 +1766,6 @@ let Terminal = {
|
||||
|
||||
}`;
|
||||
}
|
||||
console.log('default code');
|
||||
Engine.loadScriptEditorContent(filepath, code);
|
||||
} else {
|
||||
Engine.loadScriptEditorContent(filepath, script.code);
|
||||
|
||||
Reference in New Issue
Block a user