mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
MAINT: cleanup an errant dbg!
This commit is contained in:
parent
88ba3f7f78
commit
89a06135c9
@ -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))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user