Remove debug message.
[dcpomatic.git] / src / lib / resampler.cc
index 2a4320bd8523efb6124a58b9f072d16f6827ece8..cc50724420922440c7e7ba0cb90a6d1d04086524 100644 (file)
@@ -42,8 +42,6 @@ Resampler::Resampler (int in, int out, int channels)
           input and output layouts are the same.
        */
 
-       cout << "resamp for " << _channels << " " << _in_rate << " " << _out_rate << "\n";
-
        _swr_context = swr_alloc_set_opts (
                0,
                av_get_default_channel_layout (_channels),