Skip to content

Commit

Permalink
removed unecessary error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Hough committed Nov 23, 2024
1 parent 2a7bdd4 commit 666c2af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public function handleConfigureAction() {
*/
public function handleStar(array $starredEntries, bool $isStarred): void {
$this->registerTranslates();
$base = FreshRSS_Context::systemConf()->base_url;
Minz_Log::error('pat handleStar called');
foreach ($starredEntries as $entry) {
if ($isStarred){
$this->addAction($entry);
Expand Down

0 comments on commit 666c2af

Please sign in to comment.