Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Aug 22, 2023
1 parent e0304e7 commit 4aeab5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ class LevelsUI extends FormApplication {
content: game.i18n.localize("levels.dialog.sceneDrop.content"),
})
if (!dialogResult) return;
debugger
const collections = Object.keys(scene.collections);
for (const collection of collections) {
const documents = Array.from(scene[collection]);
Expand Down

0 comments on commit 4aeab5c

Please sign in to comment.