From 41c8ae2c15b64b5585ee65331cd696647455d1ba Mon Sep 17 00:00:00 2001 From: Beu Date: Tue, 31 Aug 2021 12:02:20 +0200 Subject: [PATCH] remove debug logs --- TM_RoyalRounds_Online.Script.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/TM_RoyalRounds_Online.Script.txt b/TM_RoyalRounds_Online.Script.txt index 4a04c0d..9cebc1d 100644 --- a/TM_RoyalRounds_Online.Script.txt +++ b/TM_RoyalRounds_Online.Script.txt @@ -859,10 +859,8 @@ Void ForcedEndRoundSequence() { declare netread Integer[Text] Net_Rounds_SmallScoresTable_CustomTimes for Teams[0]; // [Beu] Add netread variable foreach (Score in Scores) { - log("Net_Rounds_SmallScoresTable_CustomTimes.count" ^ Net_Rounds_SmallScoresTable_CustomTimes.count); if (Net_Rounds_SmallScoresTable_CustomTimes.count >= 1) { // [Beu] If customtimes, use it if (Net_Rounds_SmallScoresTable_CustomTimes.existskey(Score.User.WebServicesUserId)) { - log("FinishSort for " ^ Score.User.Name ^ ": " ^ Net_Rounds_SmallScoresTable_CustomTimes[Score.User.WebServicesUserId]); FinishSort[Score] = Net_Rounds_SmallScoresTable_CustomTimes[Score.User.WebServicesUserId]; } } else {