Skip to content

Commit 077b6fe

Browse files
authored
Update FrontController.php
1 parent 9c88284 commit 077b6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/Framework/App/FrontController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function beforeDispatch(\Magento\Framework\App\FrontControllerInterface $
6363
if($this->request->isAjax() && $enabledHandler<2) {
6464
return;
6565
}
66-
$prevHandler = VarDumper::setHandler($this->dumperHandler(...));
66+
//$prevHandler = VarDumper::setHandler($this->dumperHandler(...));
6767
}
6868
}
6969

0 commit comments

Comments
 (0)