Skip to content

Commit 40e844f

Browse files
committed
refactor: Remove unnecessary console.log statements in terminal.blade.php
1 parent 2e56edd commit 40e844f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/views/livewire/project/shared/terminal.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ function initializeWebSocket() {
7474
connectionString.protocol = predefined.protocol
7575
}
7676
77-
console.log(connectionString)
7877
const url =
7978
`${connectionString.protocol}://${connectionString.host}${connectionString.port}${connectionString.path}`
80-
console.log(url)
8179
socket = new WebSocket(url);
8280
8381
socket.onmessage = handleSocketMessage;

0 commit comments

Comments
 (0)