From 8fddf0a5ef010bcfa2ca28a177a2c8ca2366edae Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Mon, 24 Jun 2024 10:44:22 -0600 Subject: [PATCH] -comments --- src/engine/autoscore.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/engine/autoscore.ts b/src/engine/autoscore.ts index 26f05e7a..38e8a9ab 100644 --- a/src/engine/autoscore.ts +++ b/src/engine/autoscore.ts @@ -531,9 +531,6 @@ export function autoscore( : 0; }); - //const average_color_estimate = - // total_ownership_estimate / (group.intersections.length * 2); - //const average_color_estimate = total_ownership_estimate / tally_ct; const average_color_estimate = total_ownership_tally / tally_ct; let color_judgement: JGOFNumericPlayerColor;