

Nextrek
Diff Revisions 709 vs 711 for /Android/SmartCharging/endPoints/nightly/repositories/UserRepository.php
@@ -28,8 +28,6 @@ | |||
28 | 28 | $stmt->bindParam(':token', $token); | |
29 | 29 | $result = $stmt->execute(); | |
30 | 30 | ||
31 | - | var_dump($result); | |
32 | - | ||
33 | 31 | return ($stmt->rowCount()>0); | |
34 | 32 | } catch (PDOException $e) { | |
35 | 33 | echo $e->getMessage(); |