Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 823b0ba

Browse files
committed
fix(plugins/plugin-client-common): remove debugging leftover
REMAININGSPLITS
1 parent 80da61d commit 823b0ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/plugin-client-common/src/components/Views/Terminal/ScrollableTerminal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,6 @@ export default class ScrollableTerminal extends React.PureComponent<Props, State
13371337

13381338
// splice out this split from the list of all splits in this tab
13391339
const splits = curState.splits.slice(0, idx).concat(curState.splits.slice(idx + 1))
1340-
console.error('!!!!!REMAININGSPLITS', splits)
13411340

13421341
if (splits.length === 0) {
13431342
// the last split was removed; notify parent

0 commit comments

Comments
 (0)