From dcec8b566f6b03e9e6923ebfdf897b149f013ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 18 Oct 2013 03:37:22 +0200 Subject: [PATCH] Remove some debugging code --- qubesmanager/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qubesmanager/main.py b/qubesmanager/main.py index 432397d..34f938d 100755 --- a/qubesmanager/main.py +++ b/qubesmanager/main.py @@ -94,7 +94,6 @@ class QubesManagerFileWatcher(ProcessEvent): "Trigger a paste operation (e.g. Ctrl-v) to insert it into an application.", msecs=3000) else: - print src_vmname trayIcon.showMessage("Qubes Clipboard fetched from VM: '{0}'\n"\ "Press Ctrl-Shift-v to copy this clipboard onto dest VM's clipboard.".format(src_vmname), msecs=3000)