mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-02 19:13:09 +02:00
fix(client): remove needless requestLog call
This commit is contained in:
parent
0af581f2e6
commit
f071ea4902
1 changed files with 0 additions and 4 deletions
|
@ -196,10 +196,6 @@ onMounted(() => {
|
||||||
|
|
||||||
props.connection.on('stats', onStats);
|
props.connection.on('stats', onStats);
|
||||||
props.connection.on('statsLog', onStatsLog);
|
props.connection.on('statsLog', onStatsLog);
|
||||||
|
|
||||||
props.connection.send('requestLog', {
|
|
||||||
id: Math.random().toString().substr(2, 8),
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
|
|
Loading…
Reference in a new issue