Webapp: don't log all task updates to the JavaScript console
Just a little performance tweak.
This commit is contained in:
parent
5a25952167
commit
4fda35f563
@ -29,7 +29,6 @@ export const useTaskLog = defineStore('taskLog', {
|
||||
* @param {API.SocketIOTaskLogUpdate} taskLogUpdate
|
||||
*/
|
||||
addTaskLogUpdate(taskLogUpdate) {
|
||||
console.log('task log update:', taskLogUpdate);
|
||||
this.addChunk(taskLogUpdate.log);
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user