From 0b178ef875529a0d374874e0cddc1cfb9fa67e0b Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 9 Aug 2024 23:29:28 +0100 Subject: [PATCH] chore: remove log lines --- satellite/src/device-types/loupedeck-live-s.ts | 1 - satellite/src/device-types/razer-stream-controller-x.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/satellite/src/device-types/loupedeck-live-s.ts b/satellite/src/device-types/loupedeck-live-s.ts index 18cd623..0717032 100644 --- a/satellite/src/device-types/loupedeck-live-s.ts +++ b/satellite/src/device-types/loupedeck-live-s.ts @@ -237,7 +237,6 @@ export class LoupedeckLiveSWrapper implements WrappedDevice { .generateBasicCard(width, height, imageRs.PixelFormat.Rgb, hostname, status) .then(async (buffer) => { if (outputId === this.#queueOutputId) { - console.log('draw buffer') this.#isShowingCard = true // still valid await this.#deck.drawBuffer( diff --git a/satellite/src/device-types/razer-stream-controller-x.ts b/satellite/src/device-types/razer-stream-controller-x.ts index 90c44f6..52067ec 100644 --- a/satellite/src/device-types/razer-stream-controller-x.ts +++ b/satellite/src/device-types/razer-stream-controller-x.ts @@ -139,7 +139,6 @@ export class RazerStreamControllerXWrapper implements WrappedDevice { .generateBasicCard(width, height, imageRs.PixelFormat.Rgb, hostname, status) .then(async (buffer) => { if (outputId === this.#queueOutputId) { - console.log('draw buffer') this.#isShowingCard = true // still valid await this.#deck.drawBuffer(