From a3d0cc95f94dddfca57177c4ea00becc13e62328 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 2 Oct 2024 20:35:52 -0700 Subject: [PATCH] Cleanup debug message --- src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e27475d..cdd7624 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1637,7 +1637,6 @@ export default { // Load our watermark image. this.webcam.watermark = WatermarkImage(this.username); - this.ChatClient(`Watermark image created: `); // Do we auto-broadcast our camera? if (this.webcam.autoshare) {