e20d94d6ba
Frontend: - Remove 4 console.log statements from terminal.tsx that flooded the browser console with WebSocket traffic (open, received X bytes, sending Y, xterm focused) Backend: - Downgrade Dockerfile/entrypoint compilation logs from INFO to DEBUG in _prepare_manifest_instance - Remove hex-dump diagnostic logging from docker_build.py (was for troubleshooting the backslash continuation bug, now fixed) - Downgrade Dockerfile write log from INFO to DEBUG