remove a debug line

This commit is contained in:
MeaTLoTioN 2021-05-27 22:15:06 +01:00
parent 64e1bb4fa1
commit 033b78b062

View File

@ -11,7 +11,7 @@ KEY_TAB = chr(9)
KEY_LEFT = chr(75)
KEY_RIGHT = chr(77)
maxSlide = 12
maxSlide = 13
def drawSlide(i):
@ -31,7 +31,6 @@ def drawFooter():
else:
rt = "|12->"
#gotoxy(1,25); write("|[K")
gotoxy(29,25); write(lt+"|15 :: pg "+str(i+1)+" of "+str(maxSlide+1)+" :: "+rt); gotoxy(1,1)
i = 0