remove debug trace

This commit is contained in:
2023-09-02 15:37:27 +02:00
parent 805c939097
commit 22c35e37f4

View File

@@ -388,8 +388,6 @@ fn init_sound(
}) })
}; };
dbg!(sample_format);
let mut sample_index = 0; let mut sample_index = 0;
let mut pending_updates: Vec<RegisterUpdate> = Vec::with_capacity(30); let mut pending_updates: Vec<RegisterUpdate> = Vec::with_capacity(30);
let mut current_time = 0; let mut current_time = 0;