refactor: Remove unnecessary console.log statements in terminal.blade.php
This commit is contained in:
parent
2e56edd939
commit
40e844fab4
1 changed files with 0 additions and 2 deletions
|
|
@ -74,10 +74,8 @@ function initializeWebSocket() {
|
|||
connectionString.protocol = predefined.protocol
|
||||
}
|
||||
|
||||
console.log(connectionString)
|
||||
const url =
|
||||
`${connectionString.protocol}://${connectionString.host}${connectionString.port}${connectionString.path}`
|
||||
console.log(url)
|
||||
socket = new WebSocket(url);
|
||||
|
||||
socket.onmessage = handleSocketMessage;
|
||||
|
|
|
|||
Loading…
Reference in a new issue