Skip to content

Commit

Permalink
deleted vardump
Browse files Browse the repository at this point in the history
  • Loading branch information
smisidjan committed Oct 18, 2023
1 parent 6719d04 commit 528d807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/GithubPubliccodeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ public function parsePubliccode(string $repositoryUrl, $response, Source $source
$publiccode = \Safe\base64_decode($publiccode['content']);
}//end if

var_dump($publiccode);die();
// @TODO Use decodeResponse from the callService.
try {
$parsedPubliccode = $this->yaml->parse($publiccode);
Expand Down

0 comments on commit 528d807

Please sign in to comment.