remove some debug

This commit is contained in:
Chrys 2021-05-19 15:51:48 +02:00
parent d1a17dee91
commit 37dad53325

View File

@ -34,7 +34,6 @@ class command():
if (xMove >= 1) and abs(xMove) == len(self.env['screen']['newDelta']):
# if len(self.env['screen']['newDelta'].strip(' \n\t0123456789')) <= 2:
if not '\n' in self.env['screen']['newDelta']:
print('out')
return
# shift line
if (xMove != 0) and len(self.env['screen']['newNegativeDelta']) == 0: