Disabled debug code (only used for testing). 53/14153/3
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 1 Jun 2018 12:00:15 +0000 (14:00 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 7 Jun 2018 07:44:30 +0000 (07:44 +0000)
Change-Id: I76e66e34f4dfe8d598d6ccf4c91e61932d5b75bc
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
escape.c

index f370fc9..dda2b56 100644 (file)
--- a/escape.c
+++ b/escape.c
@@ -408,7 +408,7 @@ char *unescape(const char *text, size_t textlen, size_t *reslength)
        return result;
 }
 
-#if 1
+#if 0
 #include <stdio.h>
 int main(int ac, char **av)
 {