From 72ebbd93f675a6de7d6eba8931fd15ea1deb600b Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 25 Mar 2025 19:58:12 +0200 Subject: [PATCH] getting rid of console.logs --- src/components/post_status_form/post_status_form.js | 6 ------ src/components/status/status.js | 1 - 2 files changed, 7 deletions(-) diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 87c88d8f7..4fb8e0428 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -363,12 +363,6 @@ const PostStatusForm = { } }, safeToSaveDraft () { - console.log('safe', ( - this.newStatus.status || - this.newStatus.spoilerText || - this.newStatus.files?.length || - this.newStatus.hasPoll - ) && this.saveable) return ( this.newStatus.status || this.newStatus.spoilerText || diff --git a/src/components/status/status.js b/src/components/status/status.js index a84c746f0..3143d807e 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -338,7 +338,6 @@ const Status = { return this.mergedConfig.hideWordFilteredPosts }, hideStatus () { - console.log(this.muteFilterHits[0]) return (!this.shouldNotMute) && ( (this.muted && this.hideFilteredStatuses) || (this.userIsMuted && this.hideMutedUsers) ||