Skip to content

Commit b7fd9e0

Browse files
committed
Oops, delete debugging stuff
1 parent a368d2b commit b7fd9e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Unicodable.p6

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ method process($message, $query is copy) {
101101
if not self.build-exists($full-commit) {
102102
$output = No build for the last commit. Oops!;
103103
} else { # actually run the code
104-
say before running;
105104
($output, my $exit, my $signal, my $time) = self.run-snippet($full-commit, $filename);
106-
sleep 1;
107-
say after running;
108105
if $signal < 0 { # numbers less than zero indicate other weird failures
109106
$output = Something went wrong ($output);
110107
return $output;

0 commit comments

Comments
 (0)