remove some debug
This commit is contained in:
parent
d1a17dee91
commit
37dad53325
@ -34,7 +34,6 @@ class command():
|
|||||||
if (xMove >= 1) and abs(xMove) == len(self.env['screen']['newDelta']):
|
if (xMove >= 1) and abs(xMove) == len(self.env['screen']['newDelta']):
|
||||||
# if len(self.env['screen']['newDelta'].strip(' \n\t0123456789')) <= 2:
|
# if len(self.env['screen']['newDelta'].strip(' \n\t0123456789')) <= 2:
|
||||||
if not '\n' in self.env['screen']['newDelta']:
|
if not '\n' in self.env['screen']['newDelta']:
|
||||||
print('out')
|
|
||||||
return
|
return
|
||||||
# shift line
|
# shift line
|
||||||
if (xMove != 0) and len(self.env['screen']['newNegativeDelta']) == 0:
|
if (xMove != 0) and len(self.env['screen']['newNegativeDelta']) == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user