Commit 8942c0c390064c5749176db941b57cec9795b421

Authored by oji
1 parent 33cf46a372
Exists in master

remove echo

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

src/SsoClientLibrary.php
... ... @@ -45,7 +45,7 @@
45 45 ]);
46 46  
47 47 $_url = $this->targetUri ."oauth/authorize?" . $query;
48   - echo '<pre>';print_r($_url);
  48 + // echo '<pre>';print_r($_url);
49 49 header("Location: " . $_url);
50 50 die();
51 51 }