From 166149b351a55fcf918aa23c8ffe61baa30d5e20 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Sun, 26 May 2024 21:21:54 +1200 Subject: [PATCH] Remove a debug statement --- rog-control-center/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rog-control-center/src/main.rs b/rog-control-center/src/main.rs index c08f1bee..357bb1c3 100644 --- a/rog-control-center/src/main.rs +++ b/rog-control-center/src/main.rs @@ -25,7 +25,6 @@ use tokio::runtime::Runtime; #[tokio::main] async fn main() -> Result<()> { - dbg!(notify_rust::get_capabilities().unwrap()); #[cfg(feature = "tokio-debug")] console_subscriber::init();