Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit fc80a85

Browse files
committed
Removed temp debug logic
1 parent b91f5c8 commit fc80a85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/GraphQl/Query/QueryProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public function process(
5555
array $variableValues = null,
5656
string $operationName = null
5757
) : array {
58-
var_dump($this->exceptionFormatter->shouldShowDetail());
5958
if (!$this->exceptionFormatter->shouldShowDetail()) {
6059
$this->queryComplexityLimiter->execute();
6160
}

0 commit comments

Comments
 (0)