Skip to content

Commit

Permalink
Delete Debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
atroxaper committed Dec 27, 2021
1 parent 6545072 commit 7343252
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/App/Racoco/Report/ReporterCoveralls/Transport.rakumod
Expand Up @@ -13,10 +13,6 @@ my class FakePath is IO::Path {
}

method send(Str:D $obj, :$uri --> Str) {
say 'going to send:';
say $obj;
say 'to';
say $uri // $!uri;
my $response = send-post(uri => $uri // $!uri, file => FakePath.new($*CWD).set($obj));

my $content = $response<content>.decode;
Expand Down

0 comments on commit 7343252

Please sign in to comment.