Skip to content

Commit

Permalink
remove console statement in v3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Aug 12, 2023
1 parent 2e0b3d5 commit 070ce30
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/helper/upgrades/v3/hardware-config/input-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,6 @@ export class InputConfig {

this.devicePropagator = devicePropagator || new ColorConfigPropagator(r, r);

if (
outputPropagator !== undefined &&
!(outputPropagator instanceof OverrideablePropagator)
) {
console.log('sanity');
}

this.outputPropagator =
outputPropagator ||
createPropagator(
Expand Down

0 comments on commit 070ce30

Please sign in to comment.