remove print

This commit is contained in:
chrys 2016-07-19 23:37:56 +02:00
parent 6161dae6bb
commit 842551d707
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@ driver=linux
[keyboard] [keyboard]
keyboardLayout=desktop keyboardLayout=desktop
charEcho=True charEcho=False
wordEcho=True wordEcho=True
[general] [general]

View File

@ -67,7 +67,6 @@ class screen():
environment['screenData']['newDelta'] = environment['screenData']['newContentText'] environment['screenData']['newDelta'] = environment['screenData']['newContentText']
else: else:
diffStart = 0 diffStart = 0
print(len(environment['screenData']['newContentText']), environment['screenData']['columns'])
lastLine = len(environment['screenData']['newContentText']) - environment['screenData']['columns'] lastLine = len(environment['screenData']['newContentText']) - environment['screenData']['columns']
if environment['screenData']['newContentText'][:lastLine] == environment['screenData']['oldContentText'][:lastLine]: if environment['screenData']['newContentText'][:lastLine] == environment['screenData']['oldContentText'][:lastLine]:
diffStart = lastLine + 1 diffStart = lastLine + 1