Remove debug message from terminal init
Release rolling / release (push) Successful in 7m46s

This commit is contained in:
Raven Scott
2026-07-16 14:09:53 -04:00
parent 55421cdecd
commit f2729a9ad9
-1
View File
@@ -6696,7 +6696,6 @@ async function initDetailsTerminalNow(containerId) {
const fitAddon = new FitAddonCtor();
xterm.loadAddon(fitAddon);
xterm.open(terminalContainer);
xterm.writeln('\x1b[90mConnecting to container shell…\x1b[0m');
const sendResize = (cols, rows) => {
if (!manager.active?.connected || !cols || !rows) return;