remove debug

This commit is contained in:
James 2019-09-23 16:13:57 +01:00
parent e4c9d97697
commit 0c98200fc2

View File

@ -18,7 +18,7 @@ final class Poster{
public function post($url, $user, $pass, $repoUser, $repo, $title='Test Results'){
// open connection and repo
$this->client=new Client($url, $user, $pass, true);
$this->client=new Client($url, $user, $pass);
$this->repo=$this->client->getRepo($repoUser, $repo);
$this->process($this->xml); //process xml and upload screenshots