Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Dec 9, 2024
1 parent bad3373 commit 71c3aa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/runner/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ impl Database for GreptimeDB {
// use version in dir files
let root = get_workspace_root();
let new_path = PathBuf::from_iter([&root, version]);
println!("DEBUG: {:?}", new_path);
*self.env.bins_dir.lock().unwrap() = Some(new_path);
}

Expand Down
1 change: 0 additions & 1 deletion tests/runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ async fn main() {
args.bins_dir,
),
);
println!("Working directory: {:?}", std::env::current_dir());
runner.run().await.unwrap();

// clean up and exit
Expand Down

0 comments on commit 71c3aa4

Please sign in to comment.