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