Skip to content

Commit

Permalink
Removed a debug echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mussulis committed Oct 8, 2024
1 parent 6cd0e64 commit ea9f064
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Types/BaseType.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@ protected function setValues($class, array $values = [])
*/
private function get($class, $name)
{
echo $class, ": ", $name, "\n";

self::ensurePropertyExists($class, $name);

return $this->getValue($class, $name);
Expand Down

0 comments on commit ea9f064

Please sign in to comment.