Skip to content

Commit

Permalink
Removing debug log which looks like an error (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke authored Feb 11, 2024
1 parent d3535f7 commit 25bb63d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py_rust/src/config/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ impl Task {
})?;

// Create the bash environment:
error!("CONFIG DIR: {}", config_dir.display());
let mut bash = Bash::new().chdir(config_dir);
bash = bash.env(IN_TASK_ENV_VAR, "1");
if let Some(cached_config_loc) = cached_config_loc {
Expand Down

0 comments on commit 25bb63d

Please sign in to comment.