Skip to content

Commit 9437acf

Browse files
committed
Removing extraneous error_log()
Signed-off-by: Dan Hunsaker <[email protected]>
1 parent cdc7f50 commit 9437acf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)