@phenx-inc/ctlsurf 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6056,12 +6056,6 @@ var WorkerWsClient = class {
6056
6056
  this.send({ type: "terminal_resize", cols, rows });
6057
6057
  }
6058
6058
  sendChatLog(entry) {
6059
- log("[worker-ws] chat_log DEBUG", {
6060
- type: entry.type,
6061
- chars: entry.content.length,
6062
- lines: entry.content.split("\n").length,
6063
- preview: entry.content.slice(0, 500)
6064
- });
6065
6059
  this.send({ type: "chat_log", entry });
6066
6060
  }
6067
6061
  doConnect() {