diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-26 13:13:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-02-26 13:13:18 +0000 |
commit | d2c25739add64fa456c06f60e5029d44b4a14912 (patch) | |
tree | fd88aed2355e7985fcc3c79800663516440557d7 /scope.c | |
parent | dda32041caadc1e77d142250f9ea787d110258cc (diff) | |
download | perl-d2c25739add64fa456c06f60e5029d44b4a14912.tar.gz |
Chainsaw DEBUG_S out, as suggested by Vincent Pit.
p4raw-id: //depot/perl@33376
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |