Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jul 1, 2024
1 parent 9c29b09 commit d6b59ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DevPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ function DevPanel({ children }: DevPanelProps) {
data.Encounter.encdps += Number(dps);
});
data.Encounter.encdps = `${data.Encounter.encdps}`;
data.Combatant['光之战士一号'].Job = 'Pct';
data.Combatant['光之战士二号'].Job = 'Vpr';
overlay.simulateData(data);
time++;
}, 1000);
Expand Down

0 comments on commit d6b59ce

Please sign in to comment.