Skip to content

Commit

Permalink
fixup! fixup! init test repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 11, 2020
1 parent 2bd07bb commit 2993dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Process/GitProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ public function wait(?callable $callback = null): int
$gitErrorEvent = new GitErrorEvent($this->gitWrapper, $this, $this->gitCommand);
$this->dispatchEvent($gitErrorEvent);

dump($runtimeException);

throw new GitException($runtimeException->getMessage(), $runtimeException->getCode(), $runtimeException);
}

Expand Down

0 comments on commit 2993dd3

Please sign in to comment.