From 6f5241302c0278cee1eda873c975594254eaae67 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 10 Apr 2015 11:28:41 +0200 Subject: [PATCH] remove debugging code in pay-from_URI --- gui/qt/main_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index abb8519f4..274e85372 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -1133,7 +1133,6 @@ class ElectrumWindow(QMainWindow): def pay_from_URI(self,URI): if not URI: return - address, amount, label, message, request_url = util.parse_URI(URI) try: address, amount, label, message, request_url = util.parse_URI(URI) except Exception as e: