Browse Source

rm print statement

283
ThomasV 10 years ago
parent
commit
60e5450a0e
  1. 1
      lib/interface.py

1
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

Loading…
Cancel
Save