We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91f5c8 commit fc80a85Copy full SHA for fc80a85
lib/internal/Magento/Framework/GraphQl/Query/QueryProcessor.php
@@ -55,7 +55,6 @@ public function process(
55
array $variableValues = null,
56
string $operationName = null
57
) : array {
58
- var_dump($this->exceptionFormatter->shouldShowDetail());
59
if (!$this->exceptionFormatter->shouldShowDetail()) {
60
$this->queryComplexityLimiter->execute();
61
}
0 commit comments