Skip to content

Commit

Permalink
Remove debugging comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0m3r committed Mar 22, 2023
1 parent 66d6b8f commit 58dcee6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Console/Command/ModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ protected function execute(InputInterface $input, OutputInterface $output)

$moduleModel = $this->moduleFactory->create();
$moduleModel->load($moduleCode);
// \Zend_Debug::dump($moduleModel->getData());

$identityKey = $moduleModel->getData('identity_key');
if (!empty($identityKey)) {
Expand All @@ -163,7 +162,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
$table = new Table($output);
// $table->setHeaders(['Param', 'Value']);
$table->setRows($rows);
// \Zend_Debug::dump($items[$moduleCode]);
$table->render();
}
}

1 comment on commit 58dcee6

@ci-swissuplabs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please verify your commit as it didn't pass some tests

Please sign in to comment.