refactor: Remove unnecessary console.log statements in terminal.blade.php
This commit is contained in:
@@ -74,10 +74,8 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user