clean: tournament: remove debug print
This commit is contained in:
		@ -77,11 +77,8 @@ class Tourmanent
 | 
			
		||||
		if (!await this.client.isAuthentificate())
 | 
			
		||||
			return null;
 | 
			
		||||
		
 | 
			
		||||
		console.log(window.location.protocol);
 | 
			
		||||
		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.connected = true;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user