Skip to content

Commit

Permalink
del logs
Browse files Browse the repository at this point in the history
  • Loading branch information
futahei committed Jun 8, 2022
1 parent 0fa3363 commit 544b087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/figni-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,6 @@ export default class FigniViewerElement extends HTMLElement {
this.appendChild(this.#loadingPanel)
this.addEventListener('progress', (e) => {
const p = e.detail.progress
console.log(p)
loadingProgressBar.style.setProperty(
'--figni-viewer-progress',
`${Math.ceil(p * 100)}%`
Expand Down

0 comments on commit 544b087

Please sign in to comment.