From 79e5ea9ee980d667202ac7ccae7e0454a7e11408 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Sep 2012 11:50:08 +0530 Subject: [PATCH] ... --- src/calibre/gui2/ui.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/calibre/gui2/ui.py b/src/calibre/gui2/ui.py index 0767c9a728..2271c82c4f 100644 --- a/src/calibre/gui2/ui.py +++ b/src/calibre/gui2/ui.py @@ -488,11 +488,6 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{ msg = self.listener.queue.get_nowait() except Empty: return - except: - prints('Received invalid message from another instance') - import traceback - traceback.print_exc() - return if msg.startswith('launched:'): argv = eval(msg[len('launched:'):]) if len(argv) > 1: