From 60e5450a0e00625794d986bd1b1b9e1dcdb26b65 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 28 Sep 2014 23:20:52 +0200 Subject: [PATCH] rm print statement --- lib/interface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/interface.py b/lib/interface.py index 319f2d5db..01f4e5a27 100644 --- a/lib/interface.py +++ b/lib/interface.py @@ -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