clean: tournament: remove debug print
This commit is contained in:
		@ -77,11 +77,8 @@ class Tourmanent
 | 
				
			|||||||
		if (!await this.client.isAuthentificate())
 | 
							if (!await this.client.isAuthentificate())
 | 
				
			||||||
			return null;
 | 
								return null;
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		console.log(window.location.protocol);
 | 
					 | 
				
			||||||
		let url = `${window.location.protocol[4] === 's' ? 'wss' : 'ws'}://${window.location.host}/ws/tournaments/${this.id}`;
 | 
							let url = `${window.location.protocol[4] === 's' ? 'wss' : 'ws'}://${window.location.host}/ws/tournaments/${this.id}`;
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		console.log(url);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		this._socket = new WebSocket(url);
 | 
							this._socket = new WebSocket(url);
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		this.connected = true;
 | 
							this.connected = true;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user