Commented out debug console.logs
This commit is contained in:
parent
56fe2963b5
commit
43bc564c00
|
|
@ -91,7 +91,6 @@ function addElement(list, elem) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
if(elem && !list.includes(elem)) {
|
if(elem && !list.includes(elem)) {
|
||||||
if(elem === "CR") {console.log(elem)};
|
|
||||||
list.push(elem);
|
list.push(elem);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
@ -308,7 +307,7 @@ window.addEventListener("load",function(){
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
runAfterAutogen(function(){
|
/*runAfterAutogen(function(){
|
||||||
let reachable = findReachable(initialElements);
|
let reachable = findReachable(initialElements);
|
||||||
console.log(reachable.join(","));
|
console.log(reachable.join(","));
|
||||||
let string = "";
|
let string = "";
|
||||||
|
|
@ -359,7 +358,7 @@ window.addEventListener("load",function(){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(string);
|
console.log(string);
|
||||||
});
|
});*/
|
||||||
}
|
}
|
||||||
if(chemMod) {
|
if(chemMod) {
|
||||||
chemMod.addEventListener("load",loadAlchem);
|
chemMod.addEventListener("load",loadAlchem);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue