Remove debug
This commit is contained in:
parent
4280d4960b
commit
dc5beb562c
@ -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>');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user