removing cruft

This commit is contained in:
Chris Cochrun 2025-02-18 17:02:57 -06:00
parent 1ce365fc04
commit 31a18fd9e1

View file

@ -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,
))