Skip to content
Snippets Groups Projects

Remove some debug output that is filling up daqd logs on nds servers.

Merged Jonathan Hanks requested to merge jonathan-hanks/advligorts:master_merge into master
2 files
+ 1
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -535,7 +535,7 @@ namespace comm_impl
}
nw->decimation_requested = !nw->broadcast;
printf( "decimation flag=%d\n", nw->decimation_requested );
system_log( 5, "decimation flag=%d", nw->decimation_requested );
nw->block_size += nw->num_channels * sizeof( int );
if ( fast_net_writer )
{
Loading