Cleanup debug message

This commit is contained in:
Noah 2024-10-02 20:35:52 -07:00
parent f802de88ce
commit a3d0cc95f9

View File

@ -1637,7 +1637,6 @@ export default {
// Load our watermark image.
this.webcam.watermark = WatermarkImage(this.username);
this.ChatClient(`Watermark image created: <img src="${this.webcam.watermark}" width="120">`);
// Do we auto-broadcast our camera?
if (this.webcam.autoshare) {