mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 08:39:03 -06:00
Removed the print statement from A2
This commit is contained in:
parent
1644fcdf8e
commit
33d260b753
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user