remove debug statement

This commit is contained in:
arabcoders 2025-04-04 20:21:40 +03:00
parent 48e388b0fe
commit 737b923a97

View file

@ -242,8 +242,6 @@ const scrollToBottom = () => {
onMounted(async () => {
await fetchLogs()
socket.emit('subscribe', 'log_lines')
window.socket = socket
socket.on('log_lines', data => {
if (logs.value.length >= maxLogLimit) {
logs.value.shift()