Skip to content

Commit 3c47315

Browse files
committed
Removing extraneous error_log()
Signed-off-by: Dan Hunsaker <danhunsaker@gmail.com>
1 parent 6f154f4 commit 3c47315

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pve2_api.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ public function login () {
9999
return false;
100100
}
101101

102-
error_log("Login Ticket: {$login_ticket}");
103-
104102
$login_ticket_data = json_decode($login_ticket, true);
105103
if ($login_ticket_data == null || $login_ticket_data['data'] == null) {
106104
// Login failed.

0 commit comments

Comments
 (0)