Skip to content

Commit e6b89f3

Browse files
committed
remove test code from terminal
1 parent b2e6bfd commit e6b89f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/components/PlaygroundTerminal.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ export const PlaygroundTerminal: React.FC<PlaygroundTerminalProps> = ({
113113
}
114114
});
115115

116-
const d = await client.parse('A = "1"');
117-
console.error(d);
118-
console.error(await d.getVar("A"));
119-
120116
term.setPrompt(prompt ?? PS1);
121117
term.freeze(false);
122118
};

0 commit comments

Comments
 (0)