Skip to content

Commit

Permalink
Remove unneeded console log
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlogand committed Feb 2, 2024
1 parent dbb99ed commit 961deab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/components/ProgressSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const ProgressSection = ({ latestActions }: ProgressSectionProps) => {
(f) => f.id === firstPotentialAction.faction
)
if (onlyPendingFaction)
console.log("typed actions:", typedActions)
waitingForDesc = (
<span>
Waiting for{" "}
Expand Down

0 comments on commit 961deab

Please sign in to comment.