Skip to content

Commit

Permalink
Remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
prsabahrami committed Sep 19, 2024
1 parent de61a98 commit 49987a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/shell/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ use deno_task_shell::{
pub async fn execute_inner(text: &str, state: ShellState) -> anyhow::Result<ExecuteResult> {
let list = deno_task_shell::parser::parse(text);

println!("{:?}", list);

let mut stderr = ShellPipeWriter::stderr();
let stdout = ShellPipeWriter::stdout();
let stdin = ShellPipeReader::stdin();
Expand Down

0 comments on commit 49987a7

Please sign in to comment.