This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Comment on why I don't think changing Perl_safesysmalloc_size() in av.c
[perl5.git] / scope.c
diff --git a/scope.c b/scope.c
index 59d77fc..35caf3f 100644 (file)
--- a/scope.c
+++ b/scope.c
@@ -715,10 +715,6 @@ Perl_leave_scope(pTHX_ I32 base)
            av = (AV*)gv; /* what to refcnt_dec */
        restore_sv:
            sv = *(SV**)ptr;
-           DEBUG_S(PerlIO_printf(Perl_debug_log,
-                                 "restore svref: %p %p:%s -> %p:%s\n",
-                                 (void*)ptr, (void*)sv, SvPEEK(sv),
-                                 (void*)value, SvPEEK(value)));
            *(SV**)ptr = value;
            SvREFCNT_dec(sv);
            PL_localizing = 2;