mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
remove console.log calls
This commit is contained in:
parent
1df0af0fa4
commit
3db440fd95
@ -64,7 +64,6 @@ let functions = (function(){
|
||||
for(const elem of Object.keys(namespace)) {
|
||||
keywords.push(elem);
|
||||
if(typeof namespace[elem] == 'object') {
|
||||
console.log(recursiveKeywords(namespace[elem]));
|
||||
keywords = keywords.concat(recursiveKeywords(namespace[elem]));
|
||||
}
|
||||
}
|
||||
@ -76,8 +75,6 @@ let functions = (function(){
|
||||
return recursiveKeywords(ns).sort().reverse().join("|");
|
||||
})();
|
||||
|
||||
console.log(functions);
|
||||
|
||||
var NetscriptHighlightRules = function(options) {
|
||||
var keywordMapper = this.createKeywordMapper({
|
||||
"variable.language":
|
||||
|
Loading…
Reference in New Issue
Block a user