Skip to content
Snippets Groups Projects

Remove some debug output that is filling up nds logs.

Merged Jonathan Hanks requested to merge reduce_nds_logs into master
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
+ 0
5
@@ -929,11 +929,6 @@ net_writer_c::consumer( )
char* data = buffptr->block_ptr( nb );
for ( int i = 0; i < num_channels; i++ )
{
printf( "Byteswap %s rate=%d type=%d\n",
channels[ i ].name,
channels[ i ].sample_rate,
channels[ i ].data_type );
if ( channels[ i ].bps == 4 )
{
for ( int j = 0; j < channels[ i ].sample_rate; j++ )
Loading