diff --git a/src/main.rs b/src/main.rs index f30f6ff..d9b96c6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -222,9 +222,6 @@ impl cosmic::Application for App { ) }) .on_dnd_drop(|entity, data, action| { - debug!(?entity); - debug!(?data); - debug!(?action); cosmic::app::Message::App(Message::DndDrop( entity, data, action, ))