Fixed minor bug in Currencies

This commit is contained in:
franck
2013-09-03 19:32:57 +02:00
parent 7128739da5
commit 26da884dae
6 changed files with 19 additions and 20 deletions

View File

@@ -125,10 +125,6 @@ class CurrencyController extends BaseAdminController
catch (\Exception $ex) {
// Any other error
$error_msg = sprintf("Sorry, an error occured: %s", $ex->getMessage());
var_dump($ex);
exit;
}
if ($error_msg !== false) {