commit 60e5450a0e00625794d986bd1b1b9e1dcdb26b65 parent 584bb00faacd69eae912e1517e6169b31717c007 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(-)
diff --git 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