MAINT: cleanup an errant dbg!

This commit is contained in:
Jeremy Wall 2020-01-04 08:12:22 -06:00
parent 88ba3f7f78
commit 89a06135c9

View File

@ -639,7 +639,6 @@ impl ModuleDef {
); );
// std/ paths are special and do not get made into absolute paths. // std/ paths are special and do not get made into absolute paths.
if path.starts_with(format!("std{}", main_separator)) { if path.starts_with(format!("std{}", main_separator)) {
dbg!(&path);
return; return;
} }
#[cfg(not(windows))] #[cfg(not(windows))]