Skip to content

Commit d44fe5f

Browse files
committed
less verbose 404
1 parent fc82dcc commit d44fe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mediawiki.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function links($query)
5959
) {
6060
$result['title'] = $query;
6161
$result['error'] = true;
62-
$this->error('links: 404 NOT FOUND: ' . $query);
62+
//$this->error('links: 404 NOT FOUND: ' . $query);
6363

6464
return $result;
6565
}

0 commit comments

Comments
 (0)