Skip to content

Commit b19a0e8

Browse files
committed
remove dbg statements
1 parent f1db545 commit b19a0e8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/oxide/src/glob.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ mod tests {
205205
fs::create_dir_all(parent).unwrap();
206206
}
207207

208-
dbg!(&path);
209208
fs::write(path, "").unwrap();
210209
}
211210

crates/oxide/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ impl Scanner {
271271
// Turn `Vec<&GlobEntry>` in `Vec<GlobEntry>`
272272
let glob_sources: Vec<_> = glob_sources.into_iter().cloned().collect();
273273
let hoisted = hoist_static_glob_parts(&glob_sources);
274-
dbg!(&glob_sources, &hoisted);
275274

276275
for source in &hoisted {
277276
// If the pattern is empty, then the base points to a specific file or folder already

0 commit comments

Comments
 (0)