removing cruft
This commit is contained in:
parent
1ce365fc04
commit
31a18fd9e1
|
@ -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,
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue