Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jun 12, 2019
1 parent abfb0a1 commit e8ca049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ fn op_fetch_module_meta_data(

assert_eq!(state.dir.root.join("gen"), state.dir.gen, "Sanity check");

println!("specifier {:?}, referrer {:?}", specifier, referrer);
let use_cache = !state.flags.reload;
let no_fetch = state.flags.no_fetch;

Expand Down

0 comments on commit e8ca049

Please sign in to comment.