debug JamServer

This commit is contained in:
Nuwan 2023-09-01 13:33:09 +05:30
parent 6d2ef50a8d
commit c8be3b847f
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
}
function loggedIn(header, payload) {
//console.log('_DEBUG_ loggedIn', payload)
console.log('_DEBUG_ loggedIn', payload)
// reason for setTimeout:
// loggedIn causes an absolute ton of initialization to happen, and errors sometimes happen
// but because loggedIn(header,payload) is a callback from a websocket, the browser doesn't show a stack trace...