bug: displaying debug info on production

This commit is contained in:
James 2019-09-22 18:00:37 +01:00
parent f05a4e8687
commit 4ecd985aba

View File

@ -19,7 +19,7 @@ final class Poster{
public function post($url, $user, $pass, $repoUser, $repo){ public function post($url, $user, $pass, $repoUser, $repo){
// open connection and repo // open connection and repo
$client=new Client($url, $user, $pass, $repoUser, $repo); $client=new Client($url, $user, $pass);
$repo=$client->getRepo($repoUser, $repo); $repo=$client->getRepo($repoUser, $repo);
// create the issue // create the issue