mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 00:43:59 +00:00
Removing some unecessary logging.
This commit is contained in:
parent
c08d891742
commit
e9ce14069e
1 changed files with 0 additions and 5 deletions
|
@ -50,7 +50,6 @@ use lemmy_utils::{
|
||||||
LemmyError,
|
LemmyError,
|
||||||
};
|
};
|
||||||
use lemmy_websocket::LemmyContext;
|
use lemmy_websocket::LemmyContext;
|
||||||
use log::debug;
|
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
use url::Url;
|
use url::Url;
|
||||||
|
|
||||||
|
@ -282,10 +281,6 @@ impl ActorType for Community {
|
||||||
.unique()
|
.unique()
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
// TODO remove this logging line
|
|
||||||
let inboxes_json = serde_json::to_string_pretty(&inboxes)?;
|
|
||||||
debug!("Community follower inboxes: {}", inboxes_json);
|
|
||||||
|
|
||||||
Ok(inboxes)
|
Ok(inboxes)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue