Skip to content

Commit

Permalink
Removed leftover debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarBear committed Jun 7, 2020
1 parent 73bccae commit ab32e70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/migrations/NPCActorMigrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ NPCActorv1ToV2Migrator.forType = "npc";
NPCActorv1ToV2Migrator.migrationFunction = async function(actor, obj = {}) {
const newData = Object.assign({ _id: actor._id}, obj);

debugger;
//Convert attack POJOs into Items
const attacks = Object.values(actor.data.data.attacks);
for (let attack of attacks) {
Expand Down

0 comments on commit ab32e70

Please sign in to comment.