Drop else-statements, remove debug statement.

This commit is contained in:
James Cole
2025-01-05 07:45:29 +01:00
parent fd6560bdd0
commit 10a284848b
4 changed files with 20 additions and 15 deletions

View File

@@ -54,7 +54,6 @@ class GdbotsQueryParser implements QueryParserInterface
return new NodeGroup($nodes);
} catch (\LogicException|\TypeError $e) {
fwrite(STDERR, "Setting up GdbotsQueryParserTest\n");
dd('Creating GdbotsQueryParser');
app('log')->error($e->getMessage());
app('log')->error(sprintf('Could not parse search: "%s".', $query));