remove commented code

This commit is contained in:
Manuel Raynaud
2014-06-24 10:30:46 +02:00
parent a00a23e495
commit 77a4c45aa4
2 changed files with 0 additions and 11 deletions

View File

@@ -181,13 +181,6 @@ class TranslationsController extends BaseAdminController
case 'ma' :
$template = new TemplateDefinition($item_name, TemplateDefinition::EMAIL);
break;
default:
/*
throw new \InvalidArgumentException(
$this->getTranslator()->trans("Undefined translation type: %item", ['%item' => $item_to_translate])
);
*/
}
if ($template) {