Skip to content

Commit 89fc552

Browse files
committed
terminalの不要なlogを削除
1 parent 4363c86 commit 89fc552

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/terminal/terminal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ export function useTerminal(props: TerminalProps) {
105105
if (rows === "fit") {
106106
rows = dims.rows;
107107
}
108-
console.log(dims)
109108
terminalInstanceRef.current?.resize(dims.cols, Math.max(5, rows));
110109
}
111110
}, [getRows]);

0 commit comments

Comments
 (0)