log: remove "woke up" log. it's annoying

This commit is contained in:
William Casarin
2023-12-24 14:21:05 -08:00
parent 20bc99e511
commit b8357d840b

View File

@@ -82,7 +82,6 @@ pub fn is_mobile(ctx: &egui::Context) -> bool {
fn relay_setup(pool: &mut RelayPool, ctx: &egui::Context) {
let ctx = ctx.clone();
let wakeup = move || {
debug!("Woke up");
ctx.request_repaint();
};
if let Err(e) = pool.add_url("wss://relay.damus.io".to_string(), wakeup.clone()) {