mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
don’t need to always log update counter
This commit is contained in:
parent
48190e8d17
commit
bfb4df14fd
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ module.exports = class Plugin {
|
|||
// console.log('attempting an update...', Date.now())
|
||||
// this.frame(state, prev)
|
||||
|
||||
this.core.log('update number: ' + this.core.updateNum++)
|
||||
// this.core.log('update number: ' + this.core.updateNum++)
|
||||
|
||||
const newEl = this.render(state)
|
||||
yo.update(this.el, newEl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue