Removed print statement

This commit is contained in:
BOTAlex 2024-07-29 18:20:44 +02:00
parent 0b6c3ba827
commit 1718b16c4d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
} }
} }