Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hackzilla committed Jul 29, 2023
1 parent 7f2a940 commit cb41f72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Maker/AbstractMaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ private function createClassManipulator(string $path, ConsoleStyle $io, bool $ov
$useAnnotations = $this->doctrineHelper->isClassAnnotated($className) ||!$useAttributes;
}

dump($useAttributes, $useAnnotations);

if (!$useAnnotations && !$useAttributes) {
throw new \Exception('No support for either Annotations or Attributes');
}
Expand Down

0 comments on commit cb41f72

Please sign in to comment.