chore: remove debug print
This commit is contained in:
parent
7742bc9361
commit
6f8070cbcd
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ impl AsyncComponent for Tyrolienne {
|
|||
set_title: "Output video codec",
|
||||
set_model: Some(>k::StringList::new(&["VP9", "AV1"])),
|
||||
connect_selected_item_notify[sender] => move |r| {
|
||||
println!("{:?}", r.selected_item());
|
||||
if let Some(item) = r
|
||||
.selected_item()
|
||||
.and_then(|i| i.downcast::<gtk::StringObject>().ok())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue