Removed print statement
This commit is contained in:
parent
0b6c3ba827
commit
1718b16c4d
|
@ -20,7 +20,7 @@ function createOpenBirchInstance(){
|
||||||
OpenBirchHistory.push(new OpenBirchConsoleEntry(ConsoleSender.System, result));
|
OpenBirchHistory.push(new OpenBirchConsoleEntry(ConsoleSender.System, result));
|
||||||
set(OpenBirchHistory); // Publishes changes to subscribers
|
set(OpenBirchHistory); // Publishes changes to subscribers
|
||||||
|
|
||||||
console.log(OpenBirchHistory);
|
//console.log(OpenBirchHistory);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue