Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
clevett committed Oct 14, 2024
1 parent 8e43092 commit dbf5383
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Pendragon6thEdition/pendragon.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,6 @@

const { Category } = page.data;

console.log(`Dropping ${Category} ${page.name}`);

switch (Category) {
case "Creatures":
resetRepeatingRows(repeatingSections);
Expand Down
2 changes: 0 additions & 2 deletions Pendragon6thEdition/src/js/drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ const handle_drop = () => {

const { Category } = page.data;

console.log(`Dropping ${Category} ${page.name}`);

switch (Category) {
case "Creatures":
resetRepeatingRows(repeatingSections);
Expand Down

0 comments on commit dbf5383

Please sign in to comment.