Skip to content

Commit

Permalink
chore: remove log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 9, 2024
1 parent 1837e1a commit 0b178ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion satellite/src/device-types/loupedeck-live-s.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 0 additions & 1 deletion satellite/src/device-types/razer-stream-controller-x.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0b178ef

Please sign in to comment.