Remove a debug statement

This commit is contained in:
Luke D. Jones
2024-05-26 21:21:54 +12:00
parent 1b11b6d8fb
commit 166149b351

View File

@@ -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();