mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 15:09:46 -05:00
clean up console messages and errors
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ async function UIDesktop(options){
|
||||
});
|
||||
|
||||
window.socket.on('connect', function(){
|
||||
console.log('GUI Socket: Connected', window.socket.id);
|
||||
// console.log('GUI Socket: Connected', window.socket.id);
|
||||
});
|
||||
|
||||
window.socket.on('reconnect', function(){
|
||||
|
||||
Reference in New Issue
Block a user