From: Steinar H. Gunderson Date: Sun, 23 Jul 2023 18:06:14 +0000 (+0200) Subject: Do not output a warning for disc transfer during subs; it is not an error. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=06353f8e12183491089ec9352fd9c21ae095f890;p=pkanalytics Do not output a warning for disc transfer during subs; it is not an error. --- 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; }