Skip to content

Commit

Permalink
Removing extraneous error_log()
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hunsaker <[email protected]>
  • Loading branch information
danhunsaker committed Jul 14, 2016
1 parent 6f154f4 commit 3c47315
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pve2_api.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ public function login () {
return false;
}

error_log("Login Ticket: {$login_ticket}");

$login_ticket_data = json_decode($login_ticket, true);
if ($login_ticket_data == null || $login_ticket_data['data'] == null) {
// Login failed.
Expand Down

0 comments on commit 3c47315

Please sign in to comment.