We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 571df99 + 7b2e76c commit f005543Copy full SHA for f005543
1 file changed
src/main.rs
@@ -93,7 +93,6 @@ fn main() {
93
if opt.pipes_as_json.is_some() {
94
let config = opt.pipes_as_json.unwrap();
95
let pipes: Vec<Pipe> = serde_json::from_str(&config).expect("JSON could not parse!");
96
- println!("{:#?}", pipes);
97
for pipe in pipes.iter() {
98
let factory = RTSPMediaFactory::new();
99
let pipe_str = pipe_builder::create_pipe(pipe);
0 commit comments