mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Remove debug code
This commit is contained in:
parent
d220ca3f67
commit
cef4ab79a6
@ -39,7 +39,6 @@ class YamlReader implements Reader
|
||||
// Normalise messages
|
||||
return $this->normaliseMessages($yaml[$locale]);
|
||||
} catch (ParseException $exception) {
|
||||
var_dump($exception);
|
||||
throw new InvalidResourceException(sprintf('Error parsing YAML, invalid file "%s"', $path), 0, $exception);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user