Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixup: remove debug output from "Turn lib into a proper pragma"
  • Loading branch information
niner committed Nov 15, 2015
1 parent 1d90234 commit f2193cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Perl6/World.nqp
Expand Up @@ -830,7 +830,6 @@ class Perl6::World is HLL::World {
}
my $PROCESS := nqp::gethllsym('perl6', 'PROCESS');
for $arglist -> $arg {
nqp::say("use lib $arg");
my $REPO := $PROCESS.WHO<$REPO>;
if nqp::istype($REPO, NQPMu) {
my &DYNAMIC := self.find_symbol(['&DYNAMIC']);
Expand Down

0 comments on commit f2193cc

Please sign in to comment.