commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4631 - gnuradio/branches/developers/trondeau/digital-


From: trondeau
Subject: [Commit-gnuradio] r4631 - gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl2
Date: Sun, 25 Feb 2007 15:05:26 -0700 (MST)

Author: trondeau
Date: 2007-02-25 15:05:26 -0700 (Sun, 25 Feb 2007)
New Revision: 4631

Modified:
   
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl2/pkt.py
Log:
removed print statements used for debugging

Modified: 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl2/pkt.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl2/pkt.py
       2007-02-25 21:47:33 UTC (rev 4630)
+++ 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-core/src/python/gnuradio/blksimpl2/pkt.py
       2007-02-25 22:05:26 UTC (rev 4631)
@@ -159,9 +159,7 @@
 
     def run(self):
         while self.keep_running:
-            print "enter blocking receive call"
             msg = self.rcvd_pktq.delete_head()
-            print "received packet"
             ok, payload = packet_utils.unmake_packet(msg.to_string())
             if self.callback:
                 self.callback(ok, payload)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]