You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-CBOR-XS/CBOR-XS-1.84-Remove-a-forgo...

29 lines
732 B

From 6ba8e32023622001aafbea20cebd0d4474266673 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Thu, 21 Oct 2021 15:21:33 +0200
Subject: [PATCH] Remove a forgotten debugging message
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
XS.xs | 1 -
1 file changed, 1 deletion(-)
diff --git a/XS.xs b/XS.xs
index 28e298f..f4e2b4c 100644
--- a/XS.xs
+++ b/XS.xs
@@ -987,7 +987,6 @@ decode_he (dec_t *dec, HV *hv)
{
STRLEN len = decode_uint (dec);
char *key = (char *)dec->cur;
- printf ("len %d\n", len);//D
WANT (len);
dec->cur += len;
--
2.31.1