Remove debug code

This commit is contained in:
Ingo Schommer 2017-02-24 08:40:18 +13:00
parent d220ca3f67
commit cef4ab79a6

View File

@ -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);
}
}