Skip to content

Commit

Permalink
Remove stray print_r statements
Browse files Browse the repository at this point in the history
  • Loading branch information
john-c-houser committed Jan 31, 2024
1 parent f71dfdf commit d781f93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Libilsws.php
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,6 @@ public function register_patron ($patron, $token = null, $addr_num = null, $temp

// Send initial registration (and generate email)
$response = $this->send_query("$this->base_url/user/patron", $token, $json, 'POST');
print_r($response);

if ( !empty($response['key']) ) {

Expand Down Expand Up @@ -2626,8 +2625,6 @@ private function gen_temp_barcode ($last_name, $first_name, $street)

public function email_template ($patron, $from, $to, $subject, $template)
{
print_r($patron);

$result = 0;

// Fill template
Expand Down

0 comments on commit d781f93

Please sign in to comment.