Skip to content

Commit 736e043

Browse files
committed
Remove debugging line left in accidentally
1 parent 70e6fd3 commit 736e043

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Benchable.p6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ method process($message, $config, $code is copy) {
120120
} else { # actually run the code
121121
if $config ~~ /:i compare / {
122122
%times{$short-commit} = self.benchmark-code($full-commit, $code.split('|||'));
123-
dd %times;
124123
} else {
125124
%times{$short-commit} = self.benchmark-code($full-commit, $filename);
126125
}

0 commit comments

Comments
 (0)