diff --git a/crates/core/src/lib.rs b/crates/core/src/lib.rs index d1d2dd0b21..a2e5eaa882 100644 --- a/crates/core/src/lib.rs +++ b/crates/core/src/lib.rs @@ -14,7 +14,7 @@ pub fn stdb_path(s: &S) -> PathBuf where S: AsRef + ?Sized, { - dbg!(STDB_PATH.join(s)) + STDB_PATH.join(s) } // to let us be incremental in updating all the references to what used to be individual lazy_statics