Skip to content

Commit

Permalink
fix: remove unused println
Browse files Browse the repository at this point in the history
  • Loading branch information
EqualMa committed Sep 5, 2021
1 parent f362668 commit 56ceb91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runcc/src/cli/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ pub fn run() -> io::Result<()> {
)
})?;

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

crate::run(config)
// more program logic goes here...
}

0 comments on commit 56ceb91

Please sign in to comment.