remove some logs
This commit is contained in:
parent
1990605873
commit
ebc0ca1b02
1 changed files with 0 additions and 2 deletions
2
index.js
2
index.js
|
@ -14,9 +14,7 @@ fetch("https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/instan
|
|||
for(const instance of json){
|
||||
console.log(instance);
|
||||
if(!instancenames.has(instance.name)){
|
||||
console.log("pushed");
|
||||
instances.push(instance);
|
||||
console.log(instances)
|
||||
}else{
|
||||
const ofinst=instancenames.get(instance.name)
|
||||
for(const key of Object.keys(instance)){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue