From 31a18fd9e1828acddb724a12bab88efbd905fbaf Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 18 Feb 2025 17:02:57 -0600 Subject: [PATCH] removing cruft --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) 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, ))