Remove log

This commit is contained in:
Saoud Rizwan
2024-09-17 12:02:27 -04:00
parent e3555c2729
commit a27842f041

View File

@@ -160,7 +160,7 @@ export class TerminalManager {
}
})
} catch (error) {
console.error("Error setting up onDidEndTerminalShellExecution", error)
// console.error("Error setting up onDidEndTerminalShellExecution", error)
}
if (disposable) {
this.disposables.push(disposable)