forked from noxious/client
Removed debug
This commit is contained in:
parent
87e7f14469
commit
e3c3d4d420
@ -72,10 +72,6 @@ export const useGameStore = defineStore('game', {
|
||||
this.uiSettings.isCharacterProfileOpen = !this.uiSettings.isCharacterProfileOpen
|
||||
},
|
||||
initConnection() {
|
||||
console.log('initConnection')
|
||||
console.log(config.server_endpoint)
|
||||
console.log(config.environment)
|
||||
console.log(config.environment === 'production')
|
||||
this.connection = io(config.server_endpoint, {
|
||||
secure: (config.environment === 'production'),
|
||||
withCredentials: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user