Skip to content

Commit

Permalink
plugin: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed May 30, 2024
1 parent 24bb17c commit 24da904
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/plugin_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static SETUP_LIBS: fn() = || {
if config.is_none() {
SETUP_PLUGIN_DIR()
} else {
dbg!(&config);
let maybe_dir = PathBuf::from(config.unwrap());
if maybe_dir.is_dir() {
Some(maybe_dir)
Expand Down

0 comments on commit 24da904

Please sign in to comment.