fix(client): remove needless requestLog call
This commit is contained in:
		| @@ -196,10 +196,6 @@ onMounted(() => { | ||||
|  | ||||
| 	props.connection.on('stats', onStats); | ||||
| 	props.connection.on('statsLog', onStatsLog); | ||||
|  | ||||
| 	props.connection.send('requestLog', { | ||||
| 		id: Math.random().toString().substr(2, 8), | ||||
| 	}); | ||||
| }); | ||||
|  | ||||
| onUnmounted(() => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo