Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove debug output, tadzik++, moritz--
  • Loading branch information
moritz committed Aug 24, 2011
1 parent da40716 commit f638895
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/IO.pm
Expand Up @@ -192,7 +192,6 @@ sub dir($path = '.', Mu :$test = none('.', '..')) {
my Str $item := nqp::p6box_s(nqp::atpos($RSA, nqp::unbox_i($i)));
@res.push: $item if $test.ACCEPTS($item);
}
say $elems;
@res;

}
Expand Down

0 comments on commit f638895

Please sign in to comment.