Remove debug

This commit is contained in:
Michael RICOIS 2018-02-06 14:36:25 +01:00
parent 4280d4960b
commit dc5beb562c

View File

@ -66,7 +66,6 @@ class CategoryControllerCore extends FrontController
$params .= ($params == '' ? '?' : '&').$key.'='.$value;
}
}
echo "coucou : ".$currentURL.$params; exit;
if (defined('_PS_MODE_DEV_') AND _PS_MODE_DEV_ ) {
die('[Debug] This page has moved<br />Please use the following URL instead: <a href="'.$currentURL.$params.'">'.$currentURL.$params.'</a>');
}