Removed the print statement from A2

pull/16/head
Ishaan Bhardwaj 2021-02-12 23:31:13 -05:00
parent 1644fcdf8e
commit 33d260b753
1 changed files with 0 additions and 1 deletions

View File

@ -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