Skip to content

Commit f005543

Browse files
committed
Merge branch 'hotfix/0.2.1'
2 parents 571df99 + 7b2e76c commit f005543

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ fn main() {
9393
if opt.pipes_as_json.is_some() {
9494
let config = opt.pipes_as_json.unwrap();
9595
let pipes: Vec<Pipe> = serde_json::from_str(&config).expect("JSON could not parse!");
96-
println!("{:#?}", pipes);
9796
for pipe in pipes.iter() {
9897
let factory = RTSPMediaFactory::new();
9998
let pipe_str = pipe_builder::create_pipe(pipe);

0 commit comments

Comments
 (0)