diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-09-04 16:31:11 +0100 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-09-04 16:31:11 +0100 |
commit | 12a55ee6e3451223a40af7bcef7242478e485b21 (patch) | |
tree | 3a394c1a246af52def0c365a7bf6be8fc477a62f | |
parent | b5a47cf8a2df43523b3ceac52d5fe6937a77aa8c (diff) |
Removed print statement
-rw-r--r-- | archey3 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -569,8 +569,6 @@ def screenshot(state): screenshot_command = state.config.get('core', 'screenshot_command', fallback="import -window root <datetime>.jpg") - print(screenshot_command) - sys.stdout.flush() try: subprocess.check_call( screenshot_command.replace('<datetime>', |