Skip to content

Commit d00c06b

Browse files
committed
不要なconsole.log削除
1 parent 026bc5d commit d00c06b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/terminal/terminal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export function useTerminal(props: TerminalProps) {
132132
const dims = fitAddonRef.current?.proposeDimensions();
133133
if (dims && !isNaN(dims.cols)) {
134134
const rows = Math.max(5, getRowsRef.current?.(dims.cols) ?? 0);
135-
console.log(dims.cols, rows)
136135
terminalInstanceRef.current?.resize(dims.cols, rows);
137136
}
138137
});

0 commit comments

Comments
 (0)