Skip to content

Commit 42f2562

Browse files
Merge pull request #112 from GoXLR-on-Linux/dev-1.0.0
Clippy :~(
2 parents cfbde13 + 08e2b55 commit 42f2562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/src/mic_profile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use goxlr_types::{
1010
CompressorAttackTime, CompressorRatio, CompressorReleaseTime, DisplayMode, EffectKey,
1111
EqFrequencies, GateTimes, MicrophoneParamKey, MicrophoneType, MiniEqFrequencies,
1212
};
13-
use log::{debug, warn};
13+
use log::warn;
1414
use ritelinked::LinkedHashSet;
1515
use std::collections::{HashMap, HashSet};
1616
use std::fs::{remove_file, File};

0 commit comments

Comments
 (0)