[Debug] Remove useless log
This commit is contained in:
parent
9dc57bb697
commit
4551b3d553
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export function connectToDebugWS(url: string) {
|
|||
|
||||
socket.addEventListener("message", (message: any) => {
|
||||
try {
|
||||
console.log(iLoveBundlers(message.data));
|
||||
iLoveBundlers(message.data);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue