Skip to content

Commit

Permalink
[authentication] Removes debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
LaercioSantana committed Jul 3, 2016
1 parent 3d5f1bb commit 7c8c8ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/controllers/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ final static function buildToken($user){
}
private static function CRYPT_KEY(){
global $BusTrackerConfig;
echo $BusTrackerConfig["CRYPT_KEY"];
return $BusTrackerConfig["CRYPT_KEY"];//a 128 bits crypt key
}
public function makeUnauthorizedResponse(){
Expand Down

0 comments on commit 7c8c8ba

Please sign in to comment.