mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Removed a console line
This commit is contained in:
parent
52dc4a5f5f
commit
65a8745cd6
1 changed files with 0 additions and 3 deletions
|
@ -90,9 +90,6 @@ where
|
|||
factor = self.start_gain * (1.0f32 - p) + self.end_gain * p;
|
||||
}
|
||||
|
||||
println!("Factor: {}, remaining: {}, total: {}", factor, remaining_ns,
|
||||
self.total_ns);
|
||||
|
||||
if self.sample_idx % (self.channels() as u64) == 0 {
|
||||
self.elapsed_ns +=
|
||||
1000000000.0 / (self.input.sample_rate() as f32);
|
||||
|
|
Loading…
Reference in a new issue