SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ba9f28dca06450f95f2210ed1e46235fdb9c1876
parent 09f1f0c330a7a1b3036821fbfaf49e23f9184b66
Author: Kristaps Kaupe <kristaps@blogiem.lv>
Date:   Fri,  8 Apr 2022 11:27:43 +0300

Comment out debug print()'s (#65)


Diffstat:
Mconfig.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.py b/config.py @@ -102,5 +102,5 @@ paynym = get_opt("paynym", None) free_mode = get_opt("free_mode", False) loglevel = get_opt("loglevel", "DEBUG") -print(config) -print(tunnel_host) +#print(config) +#print(tunnel_host)