[chirp_devel] [PATCH] [PATCH][FD-268] Fix a annonying print on the debug space, Fix #2169

Pavel Milanes (CO7WT)
Thu Feb 25 15:01:20 PST 2016


# HG changeset patch
# User Pavel Milanes (CO7WT) <co7wt at frcuba.co.cu>
# Date 1456441239 18000
#      Thu Feb 25 18:00:39 2016 -0500
# Node ID 105eb20a4d2278abe4516b79a5463090ca06f77c
# Parent  1fe0e6277668345d1098500dc60b825871abaa59
[PATCH][FD-268] Fix a annonying print on the debug space, Fix #2169
This erase a "print" left accidentaly, it's harmless but
it bugs me a lot in the developer process.

diff -r 1fe0e6277668 -r 105eb20a4d22 chirp/drivers/fd268.py
--- a/chirp/drivers/fd268.py	Mon Feb 22 09:52:12 2016 -0800
+++ b/chirp/drivers/fd268.py	Thu Feb 25 18:00:39 2016 -0500
@@ -285,8 +285,6 @@
     else:
         LOG.debug("Unknowd Feidaxing radio, ID:")
         LOG.debug(util.hexprint(fp))
-        print("Unknowd Feidaxing radio, ID:")
-        print util.hexprint(fp)
 
         return False
 



More information about the chirp_devel mailing list