Skip to content

Commit

Permalink
fix: console.log 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
flynnpark committed Jan 4, 2024
1 parent a5bcfa9 commit ebeb1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/0649/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function predictPartyVictory(senate: string): string {
dQueue.push(d + length);
}
}
console.log(rQueue, dQueue);

return rQueue.length ? 'Radiant' : 'Dire';
}

Expand Down

0 comments on commit ebeb1a4

Please sign in to comment.