enlever msg debug

This commit is contained in:
afornerot 2021-03-08 16:00:05 +01:00
parent 2a4d246a00
commit 094ef42e9b
1 changed files with 0 additions and 2 deletions

View File

@ -1237,8 +1237,6 @@ class UserController extends Controller
if($key=="pagebookmark") {
if(is_array($preference)&&array_key_exists("pagebookmark",$preference)) {
$oldid=$preference["pagebookmark"][0];
echo "OLDID = $oldid";
echo "ID = $value";
if($oldid==$value) {
unset($preference["pagebookmark"]);
$em = $this->getDoctrine()->getManager();