diff --git a/src/client/channelOwner.ts b/src/client/channelOwner.ts index f8f4d4896b..81e1a0f68b 100644 --- a/src/client/channelOwner.ts +++ b/src/client/channelOwner.ts @@ -19,6 +19,7 @@ import * as channels from '../protocol/channels'; import type { Connection } from './connection'; import type { Logger } from './types'; import { debugLogger } from '../utils/debugLogger'; +import { isDevMode } from '../utils/utils'; export abstract class ChannelOwner extends EventEmitter { private _connection: Connection; @@ -99,10 +100,9 @@ export abstract class ChannelOwner