Remove slice until fixable

This commit is contained in:
Rob Vella 2020-07-31 19:25:52 -07:00
parent e32e7dc4bf
commit 1d4e4401f9
1 changed files with 0 additions and 1 deletions

1
app.js
View File

@ -80,7 +80,6 @@ let App = new Vue({
axios.get(this.uri + '?cmd=log').then(({data}) => {
this.lastData = data;
this.parseLogData();
this.logs = this.logs.slice(0,500);
});
},