Skip to content

Commit

Permalink
Remove surplus debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Jul 10, 2019
1 parent 5868790 commit ec8f0b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Perl6/ModuleLoader.nqp
Expand Up @@ -248,7 +248,6 @@ class Perl6::ModuleLoader does Perl6::ModuleLoaderVMConfig {
DEBUG("Loading settings $setting_name") if $DEBUG;
# Find it.
my $path := self.find_setting($setting_name);
DEBUG("Found settings $setting_name") if $DEBUG;

# Load it.
my $*CTXSAVE := self;
Expand All @@ -257,7 +256,6 @@ class Perl6::ModuleLoader does Perl6::ModuleLoaderVMConfig {
nqp::scwbdisable();
DEBUG("Loading bytecode from $path") if $DEBUG;
nqp::loadbytecode($path);
DEBUG("Loaded bytecode from $path") if $DEBUG;
nqp::scwbenable();
nqp::bindhllsym('perl6', 'GLOBAL', $preserve_global);
unless nqp::defined($*MAIN_CTX) {
Expand Down

0 comments on commit ec8f0b0

Please sign in to comment.