Skip to content

Commit 8688b54

Browse files
committed
chore: remove log
1 parent 3b4d6b8 commit 8688b54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subscriptions/sound/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ impl Model {
199199
///
200200
/// Requires using the device ID rather than a node ID.
201201
pub fn set_profile(&mut self, device_id: DeviceId, index: u32) {
202-
eprintln!("set profile {device_id} {index}");
203202
if let Some(profiles) = self.device_profiles.get(device_id) {
204203
for profile in profiles {
205204
if profile.index as u32 == index {

0 commit comments

Comments
 (0)