Skip to content

Commit 0bddf65

Browse files
committed
hide csic payload
1 parent 9f50c67 commit 0bddf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/src/lib/host.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ export class Host implements IComponent {
971971
const communicationHandler = new CommunicationHandler();
972972
const id = payload.instanceId || IDProvider.generate();
973973

974-
this.logger.debug("CSIC start payload", payload);
974+
if (development()) this.logger.debug("CSIC start payload", payload);
975975

976976
const csic = new CSIController(id, sequence, payload, communicationHandler, this.config, this.instanceProxy);
977977

0 commit comments

Comments
 (0)