mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Removing some unecessary logging.
This commit is contained in:
parent
c08d891742
commit
e9ce14069e
@ -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 New Issue
Block a user