Skip to content

Commit

Permalink
playground: Remove extra setProgress() call
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 1, 2024
1 parent 67eb981 commit d9dbddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ <h2>Privacy</h2>
text = '⏳ Downloading project data...';
} else if (type === 'assets') {
text = `⏳ Downloading assets (${loaded}/${total})...`;
setProgress()
} else if (type === 'compress') {
text = '⏳ Compressing project...';
} else {
Expand Down

0 comments on commit d9dbddd

Please sign in to comment.