From 12a55ee6e3451223a40af7bcef7242478e485b21 Mon Sep 17 00:00:00 2001 From: Laurie Clark-Michalek Date: Sun, 4 Sep 2011 16:31:11 +0100 Subject: Removed print statement --- archey3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/archey3 b/archey3 index 2f7e47c..d5b8af5 100644 --- a/archey3 +++ b/archey3 @@ -569,8 +569,6 @@ def screenshot(state): screenshot_command = state.config.get('core', 'screenshot_command', fallback="import -window root .jpg") - print(screenshot_command) - sys.stdout.flush() try: subprocess.check_call( screenshot_command.replace('', -- cgit v1.2.3