From 1718b16c4dceebf57b1fdbcf17c52e46d6b83627 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Mon, 29 Jul 2024 18:20:44 +0200 Subject: [PATCH] Removed print statement --- src/lib/OpenBirchService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/OpenBirchService.ts b/src/lib/OpenBirchService.ts index 5fb715d..bc7ec3d 100644 --- a/src/lib/OpenBirchService.ts +++ b/src/lib/OpenBirchService.ts @@ -20,7 +20,7 @@ function createOpenBirchInstance(){ OpenBirchHistory.push(new OpenBirchConsoleEntry(ConsoleSender.System, result)); set(OpenBirchHistory); // Publishes changes to subscribers - console.log(OpenBirchHistory); + //console.log(OpenBirchHistory); } } }