Skip to content

Commit

Permalink
fix(ComponentService): remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarter committed Nov 12, 2018
1 parent 059fe0d commit decd377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SilbinaryWolf/Components/ComponentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ private static function handlePropertyJSON($propValue, $parser)
// handle strings
else if (is_string($value)) {
$value = '"' . $value . '"';
var_dump($value);
}
$buffer .= self::Prop2PHP($name, $value);
}
Expand Down

0 comments on commit decd377

Please sign in to comment.