fix(client): remove needless requestLog call

This commit is contained in:
syuilo 2022-06-25 23:16:02 +09:00
parent 0af581f2e6
commit f071ea4902

View file

@ -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(() => {