commit b8357d840be0b9c042cfd4534c00fc7b7c463f43
parent 20bc99e511278b1eb5ab4019f4c3697a199054c6
Author: William Casarin <jb55@jb55.com>
Date: Sun, 24 Dec 2023 14:21:05 -0800
log: remove "woke up" log. it's annoying
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/app.rs b/src/app.rs
@@ -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()) {