Removed gain print which bombs for file input

This commit is contained in:
Nick Foster 2010-11-20 15:09:23 -08:00
parent d173f9e256
commit 6af11394d1

View File

@ -79,7 +79,6 @@ class adsb_rx_block (gr.top_block):
self.u = gr.file_source(gr.sizeof_gr_complex, options.filename)
print "Rate is %i" % (rate,)
print "Gain is %i" % (self.u.get_gain(),)
pass_all = 0
if options.output_all :
pass_all = 1