diff --git a/ground/models/User.php b/ground/models/User.php index 940cc99..b568342 100644 --- a/ground/models/User.php +++ b/ground/models/User.php @@ -20,7 +20,6 @@ class User extends Model if ($res) { $res = $res->fetch(PDO::FETCH_ASSOC); - print_r($res['id']); $user = $this->getByPK((int)$res['id']); return $user;