Merge pull request #440 from MikeTheWatchGuy/Dev-latest

Removed print
This commit is contained in:
MikeTheWatchGuy 2018-10-07 15:20:09 -04:00 committed by GitHub
commit 0fd76edc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ def main():
while (True): while (True):
# --------- Read and update window -------- # --------- Read and update window --------
button, values = window.Read() button, values = window.Read()
print(button)
if 'Mouse' in button or 'Control' in button or 'Shift' in button: if 'Mouse' in button or 'Control' in button or 'Shift' in button:
continue continue
# --------- Do Button Operations -------- # --------- Do Button Operations --------