remove debug statement
This commit is contained in:
parent
48e388b0fe
commit
737b923a97
1 changed files with 0 additions and 2 deletions
|
|
@ -242,8 +242,6 @@ const scrollToBottom = () => {
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await fetchLogs()
|
await fetchLogs()
|
||||||
socket.emit('subscribe', 'log_lines')
|
socket.emit('subscribe', 'log_lines')
|
||||||
window.socket = socket
|
|
||||||
|
|
||||||
socket.on('log_lines', data => {
|
socket.on('log_lines', data => {
|
||||||
if (logs.value.length >= maxLogLimit) {
|
if (logs.value.length >= maxLogLimit) {
|
||||||
logs.value.shift()
|
logs.value.shift()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue