diff --git a/src/components/status/status.js b/src/components/status/status.js
index c93580c0..443e6b42 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -262,7 +262,6 @@ const Status = {
       this.userExpanded = !this.userExpanded
     },
     toggleShowMore () {
-      console.log('toggleShowMore', this.showingTall)
       if (this.showingTall) {
         this.showingTall = false
       } else if (this.expandingSubject && this.status.summary) {