Skip to content

Commit 283bad7

Browse files
committed
Remove debug output
1 parent 1d46f14 commit 283bad7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/axl-runtime/src/module/disk_store.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ impl DiskStore {
236236
if !dep_path.exists() {
237237
match dep {
238238
Dep::Local(local) => {
239-
eprintln!("hit");
240239
self.link_dep(local)
241240
.await
242241
.map_err(|err| StoreError::LinkError(err))?;

0 commit comments

Comments
 (0)