Portal: Remove deprecated message for ItopExtensionsExtraRoutes as there is no alternative yet.

YAML routes can only be declared by the core, not modules.
This commit is contained in:
Molkobain
2021-09-22 13:46:22 +02:00
parent 03a19ab3f4
commit b6bd7fe400

View File

@@ -41,14 +41,6 @@ class ItopExtensionsExtraRoutes
*/
public static function AddRoutes($extraRoutes)
{
@trigger_error(
sprintf(
'Usage of legacy route "%s" is deprecated. You should declare routes in YAML format.',
__FILE__
),
E_USER_DEPRECATED
);
if (!is_array($extraRoutes))
{
throw new Exception('Only array are allowed as parameter to '.__METHOD__);