We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4d6b8 commit 8688b54Copy full SHA for 8688b54
subscriptions/sound/src/lib.rs
@@ -199,7 +199,6 @@ impl Model {
199
///
200
/// Requires using the device ID rather than a node ID.
201
pub fn set_profile(&mut self, device_id: DeviceId, index: u32) {
202
- eprintln!("set profile {device_id} {index}");
203
if let Some(profiles) = self.device_profiles.get(device_id) {
204
for profile in profiles {
205
if profile.index as u32 == index {
0 commit comments