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 68b35c5 commit 7f115fdCopy full SHA for 7f115fd
app/code/Magento/MediaGalleryIntegration/Plugin/NewMediaGalleryOpenDialogUrl.php
@@ -33,11 +33,6 @@ public function __construct(ConfigInterface $config)
33
*/
34
public function afterGet(OpenDialogUrl $subject, string $result)
35
{
36
- $writer = new \Zend\Log\Writer\Stream(BP . '/var/log/newmediagalleryplugin.log');
37
- $logger = new \Zend\Log\Logger();
38
- $logger->addWriter($writer);
39
- $logger->debug(__METHOD__);
40
- $logger->debug("PASSING HERE!");
41
return $this->config->isEnabled() ? 'media_gallery/index/index' : $result;
42
}
43
0 commit comments