From 33d260b753aa4da0ee34371738d7cf621a64af8b Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Fri, 12 Feb 2021 23:31:13 -0500 Subject: [PATCH] Removed the print statement from A2 --- tetris/modes/marathon_a2.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/tetris/modes/marathon_a2.lua b/tetris/modes/marathon_a2.lua index 29115fd..014fc77 100644 --- a/tetris/modes/marathon_a2.lua +++ b/tetris/modes/marathon_a2.lua @@ -171,7 +171,6 @@ function MarathonA2Game:updateSectionTimes(old_level, new_level) self.section_start_time = self.frames self.section_tetrises[math.floor(old_level / 100)] = self.tetris_count self.tetris_count = 0 - print(self.section_tetrises[math.floor(old_level / 100)]) end end