From 06353f8e12183491089ec9352fd9c21ae095f890 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 23 Jul 2023 20:06:14 +0200 Subject: [PATCH] Do not output a warning for disc transfer during subs; it is not an error. --- ultimate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ultimate.js b/ultimate.js index d327ed5..2b483e2 100644 --- a/ultimate.js +++ b/ultimate.js @@ -499,7 +499,6 @@ function process_matches(json, filters) { if (type === 'catch' && handler !== null && players[handler].on_field_since === null) { // The handler subbed out and was replaced with another handler, // so this wasn't a pass. - console.log(match['description'] + ' ' + format_time(t) + ': Disc came from subbed-out player ' + players[handler].name + '; not counting a pass.'); handler = null; } -- 2.39.2