Skip to content

Commit

Permalink
remove debug print for google config #35
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Feb 2, 2016
1 parent 4c0d693 commit e617fba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@

curl_close($ch);
fclose($out);
var_dump(file_get_contents(APPPATH.'config/google-api.p12'));
}
$config['google_api_key'] = APPPATH.'config/google-api.p12';
$config['google_api_account'] = getenv("GOOGLE_API_ACCOUNT");

0 comments on commit e617fba

Please sign in to comment.