Skip to content

Commit e9e7857

Browse files
committed
removed logs
1 parent 69c0bf5 commit e9e7857

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/commit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "commit": "0ee373629789f01fb9f54f6747735b51a94a5562" }
1+
{ "commit": "69c0bf5873334c25d691b8db4a995b86125a6799" }

app/utils/shell.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ export class BoltShell {
146146
terminalOutput.pipeTo(
147147
new WritableStream({
148148
write(data) {
149-
/*
150-
* const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
151-
* console.log('terminal onData', { data,osc });
152-
*/
153149
if (!isInteractive) {
154150
const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
155151

0 commit comments

Comments
 (0)