removed logs

This commit is contained in:
Anirban Kar
2024-12-17 15:01:00 +05:30
parent 69c0bf5873
commit e9e7857675
2 changed files with 1 additions and 5 deletions

View File

@@ -146,10 +146,6 @@ export class BoltShell {
terminalOutput.pipeTo(
new WritableStream({
write(data) {
/*
* const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];
* console.log('terminal onData', { data,osc });
*/
if (!isInteractive) {
const [, osc] = data.match(/\x1b\]654;([^\x07]+)\x07/) || [];