mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +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,
|
||||
};
|
||||
use lemmy_websocket::LemmyContext;
|
||||
use log::debug;
|
||||
use serde::Deserialize;
|
||||
use url::Url;
|
||||
|
||||
|
@ -282,10 +281,6 @@ impl ActorType for Community {
|
|||
.unique()
|
||||
.collect();
|
||||
|
||||
// TODO remove this logging line
|
||||
let inboxes_json = serde_json::to_string_pretty(&inboxes)?;
|
||||
debug!("Community follower inboxes: {}", inboxes_json);
|
||||
|
||||
Ok(inboxes)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue