Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Jan 9, 2025
1 parent 4bf9b0a commit 7a50ddb
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,14 +391,6 @@ function guessPartyColour(key: string) {

const guessedPartyKey = similarities[0].partyKey

console.log(
'Guessing party colour for',
key,
'as',
guessedPartyKey,
similarities
)

// @ts-ignore
return partyColourMap[guessedPartyKey] || partyColourMap.Other
}
Expand Down

0 comments on commit 7a50ddb

Please sign in to comment.