trm print statement - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 60e5450a0e00625794d986bd1b1b9e1dcdb26b65 DIR parent 584bb00faacd69eae912e1517e6169b31717c007 HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 28 Sep 2014 23:20:52 +0200 rm print statement Diffstat: M lib/interface.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/lib/interface.py b/lib/interface.py t@@ -25,7 +25,6 @@ import ssl import requests ca_path = requests.certs.where() -print ca_path from version import ELECTRUM_VERSION, PROTOCOL_VERSION from util import print_error, print_msg