Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Mar 9, 2022
1 parent 8a30cca commit 85b1479
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/terminal/Terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class Terminal {

this.term = vscode.window.createTerminal({ name, shellPath, shellArgs });
this.term.show();

console.log(this.term.exitStatus);
}
}

Expand Down
1 change: 0 additions & 1 deletion types/typedef.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* @typedef {import('../src/PyMakr').PyMakr} PyMakr
* @typedef {import('vscode')} vscode
* @typedef {import('../src/stores/deviceConfig').DeviceConfig} DeviceConfig
*/

/**
Expand Down

0 comments on commit 85b1479

Please sign in to comment.