remove echo
This commit is contained in:
parent
81ffc1d8fc
commit
60a6dd2d38
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ class NoteManager {
|
|||
"bulletins" => $bulletins,
|
||||
]);
|
||||
} else {
|
||||
echo "Eleve";
|
||||
// echo "Eleve";
|
||||
$currentEleve = $eleveManager->getCurrentEleve($loggedUser['name']);
|
||||
if ($currentEleve != null) {
|
||||
$bulletin = new Bulletin($this->wiki, $currentEleve);
|
||||
|
|
Loading…
Reference in a new issue