Skip to content

Commit

Permalink
CheckLastWikiActivity: remove isQuiet check
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 9, 2025
1 parent 4c229ce commit 9627c98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions maintenance/CheckLastWikiActivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ public function __construct() {
}

public function execute(): void {
if ( !$this->isQuiet() ) {
$this->output( (string)$this->getTimestamp() );
}
$this->output( (string)$this->getTimestamp() );
}

public function getTimestamp(): int {
Expand Down

0 comments on commit 9627c98

Please sign in to comment.