Skip to content

Commit

Permalink
fix: remove debug var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Feb 24, 2025
1 parent 144e499 commit 7c787b0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
throw new InvalidArgumentException('Theme path is required. Add theme as first argument.');
}

var_dump($themePath);

// prefix the theme path with (=frontend|adminhtml) to get the full path then we prepend "frontend/"
if (!str_starts_with($themePath, 'frontend/') && !str_starts_with($themePath, 'adminhtml/')) {
$themePath = 'frontend/' . $themePath;
Expand Down

0 comments on commit 7c787b0

Please sign in to comment.