Skip to content
Snippets Groups Projects
Commit f071ea49 authored by syuilo's avatar syuilo
Browse files

fix(client): remove needless requestLog call

parent 0af581f2
No related branches found
No related tags found
No related merge requests found
......@@ -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(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment