Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Nov 19, 2015
1 parent 69c8711 commit 307ef07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/lib-db-builder/P6Project/Hosts/Github.pm
Expand Up @@ -44,8 +44,6 @@ sub _format_error {
# depending on the version of Mojolicious, $error might either be a hash
# ref or a string
if (ref $error) {
use Acme::Dump::And::Dumper;
die DnD [ $error ];
return join ' ', $error->{code}, $error->{message};
}
else {
Expand Down

0 comments on commit 307ef07

Please sign in to comment.