From 76d8ce5158311c6881681bdc8fa8d74f44c61a8a Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 17 Jul 2015 12:17:48 -0700 Subject: [PATCH] minor change to remove debugging statement --- server/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/utils.c b/server/utils.c index 9d0a0f9c..a5091291 100644 --- a/server/utils.c +++ b/server/utils.c @@ -247,7 +247,6 @@ int is_digits(const char * const str) { int i; - printf("........EXP: %s\n", str); if (str != NULL && str[0] != 0x0) { for (i=0; i