Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debugging line left in accidentally
  • Loading branch information
MasterDuke17 committed Aug 14, 2016
1 parent 70e6fd3 commit 736e043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Benchable.p6
Expand Up @@ -120,7 +120,6 @@ method process($message, $config, $code is copy) {
} else { # actually run the code
if $config ~~ /:i compare / {
%times{$short-commit} = self.benchmark-code($full-commit, $code.split('|||'));
dd %times;
} else {
%times{$short-commit} = self.benchmark-code($full-commit, $filename);
}
Expand Down

0 comments on commit 736e043

Please sign in to comment.