log: remove "woke up" log. it's annoying
This commit is contained in:
@@ -82,7 +82,6 @@ pub fn is_mobile(ctx: &egui::Context) -> bool {
|
|||||||
fn relay_setup(pool: &mut RelayPool, ctx: &egui::Context) {
|
fn relay_setup(pool: &mut RelayPool, ctx: &egui::Context) {
|
||||||
let ctx = ctx.clone();
|
let ctx = ctx.clone();
|
||||||
let wakeup = move || {
|
let wakeup = move || {
|
||||||
debug!("Woke up");
|
|
||||||
ctx.request_repaint();
|
ctx.request_repaint();
|
||||||
};
|
};
|
||||||
if let Err(e) = pool.add_url("wss://relay.damus.io".to_string(), wakeup.clone()) {
|
if let Err(e) = pool.add_url("wss://relay.damus.io".to_string(), wakeup.clone()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user