Removed debug print statement

pull/4/head
Ishaan Bhardwaj 2021-01-31 21:21:33 -05:00
parent bed840f92a
commit 4e66a608bf
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ end
function JokerGame:onPieceEnter()
-- The Initial Movement System, pioneered by DTET
if self.das.frames >= self:getDasLimit() - self:getARR() and self.grid:canPlacePiece(self.piece) then
print("IMS")
if self.das.direction == "left" then
for i = 1, 10 do
local new_piece = self.piece:withOffset({x=-i, y=0})