commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8073 - gnuradio/branches/developers/trondeau/ofdm/gnu


From: trondeau
Subject: [Commit-gnuradio] r8073 - gnuradio/branches/developers/trondeau/ofdm/gnuradio-core/src/lib/general
Date: Sat, 22 Mar 2008 14:29:05 -0600 (MDT)

Author: trondeau
Date: 2008-03-22 14:29:05 -0600 (Sat, 22 Mar 2008)
New Revision: 8073

Modified:
   
gnuradio/branches/developers/trondeau/ofdm/gnuradio-core/src/lib/general/gr_ofdm_sampler.cc
Log:
removed print statement

Modified: 
gnuradio/branches/developers/trondeau/ofdm/gnuradio-core/src/lib/general/gr_ofdm_sampler.cc
===================================================================
--- 
gnuradio/branches/developers/trondeau/ofdm/gnuradio-core/src/lib/general/gr_ofdm_sampler.cc
 2008-03-22 20:26:15 UTC (rev 8072)
+++ 
gnuradio/branches/developers/trondeau/ofdm/gnuradio-core/src/lib/general/gr_ofdm_sampler.cc
 2008-03-22 20:29:05 UTC (rev 8073)
@@ -82,7 +82,6 @@
     if(trigger[index]) {
       outsig[0] = 1; // tell the next block there is a preamble coming
       d_state = STATE_PREAMBLE;
-      printf("Found preamble symbol\n");
     }
     else
       index++;





reply via email to

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