From 11cde61eab8e15f9936c3234897cef90fef05cd6 Mon Sep 17 00:00:00 2001 From: gfx Date: Wed, 15 Sep 2010 14:38:26 +0900 Subject: [PATCH] No debug output --- perl/xs-src/pack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/xs-src/pack.c b/perl/xs-src/pack.c index 6926839b..5eaf17e5 100644 --- a/perl/xs-src/pack.c +++ b/perl/xs-src/pack.c @@ -238,7 +238,7 @@ STATIC_INLINE void _msgpack_pack_rv(enc_t *enc, SV* sv, int depth) { else if (len == 1 && *pv == '0') msgpack_pack_false(enc); else { - sv_dump(sv); + //sv_dump(sv); croak("cannot encode reference to scalar '%s' unless the scalar is 0 or 1", SvPV_nolen (sv_2mortal (newRV_inc (sv)))); }