From b6338e7753d0862276d7ed38eab2a19d8b6544b6 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 1 Sep 2015 17:31:09 +1200 Subject: Removed old debug swarf --- common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common.c') diff --git a/common.c b/common.c index ecff03c..b7e661f 100644 --- a/common.c +++ b/common.c @@ -88,7 +88,6 @@ int get_int(const char* string) char* first_num; first_num = strpbrk(string, "0123456789"); - debug("first_num: '%s'\n",first_num); return atoi(first_num); } -- cgit v1.1