remove debug message
This commit is contained in:
parent
c87d71c389
commit
04906a7e96
@ -4,7 +4,6 @@ use std::{
|
||||
};
|
||||
|
||||
use regex::Regex;
|
||||
use simplelog::*;
|
||||
|
||||
use crate::utils::{controller::ProcessUnit::*, Media, PlayoutConfig};
|
||||
|
||||
@ -49,11 +48,6 @@ pub fn filter_node(
|
||||
}
|
||||
}
|
||||
|
||||
debug!(
|
||||
"Using drawtext filter, listening on address: <yellow>{}</>",
|
||||
socket
|
||||
);
|
||||
|
||||
filter = format!(
|
||||
"zmq=b=tcp\\\\://'{}',drawtext@dyntext={filter_cmd}",
|
||||
socket.replace(':', "\\:")
|
||||
|
Loading…
x
Reference in New Issue
Block a user