mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 22:49:33 +00:00
remove logging
This commit is contained in:
parent
de1bac5a86
commit
aedcd585ae
|
@ -225,7 +225,6 @@ export class Modlog extends Component<any, ModlogState> {
|
|||
combined.push(...transferred_to_community);
|
||||
combined.push(...added);
|
||||
combined.push(...banned);
|
||||
console.log(combined);
|
||||
|
||||
if (this.state.communityId && combined.length > 0) {
|
||||
this.state.communityName = (
|
||||
|
|
Loading…
Reference in a new issue