Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleek committed Dec 17, 2024
1 parent 1221d44 commit f46cebf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const MilestoneStrategySegmentList = ({
const lastSegmentIndex = segments.length - 1;

if (segments.length === 0) {
console.log('segments.length === 0');
return null;
}

Expand Down

0 comments on commit f46cebf

Please sign in to comment.