diff --git a/src/arcaea/score.rs b/src/arcaea/score.rs
index d005c3d..30c52cb 100644
--- a/src/arcaea/score.rs
+++ b/src/arcaea/score.rs
@@ -329,7 +329,6 @@ mod score_tests {
 
 	#[test]
 	fn zeta_score_consistent_with_pms() {
-		// note counts
 		for note_count in 200..=2000 {
 			for shiny_count in 0..=note_count {
 				let score = Score(10000000 + shiny_count);