Skip to content

Commit a3588cc

Browse files
committed
fix: remove debug statement
1 parent c5cb98a commit a3588cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

prpr/src/ext.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ pub fn create_audio_manger(config: &Config) -> Result<AudioManager> {
403403
#[cfg(not(target_os = "android"))]
404404
{
405405
use sasa::backend::cpal::*;
406-
dbg!(config.preferred_sample_rate);
407406
AudioManager::new(CpalBackend::new(CpalSettings {
408407
preferred_sample_rate: config.preferred_sample_rate,
409408
buffer_size: config.audio_buffer_size,

0 commit comments

Comments
 (0)