From 68bf15ba7c43c2130d8267b6ebe5275cd3c84d22 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Sep 2007 09:17:15 +0000 Subject: removed debug aid that sneaked in --- cfsysline.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cfsysline.c b/cfsysline.c index 24e652d7..ad575aaa 100644 --- a/cfsysline.c +++ b/cfsysline.c @@ -376,7 +376,6 @@ static rsRetVal doGetWord(uchar **pp, rsRetVal (*pSetHdlr)(void*, uchar*), void CHKiRet(rsCStrFinish(pStrB)); CHKiRet(rsCStrConvSzStrAndDestruct(pStrB, &pNewVal, 0)); -dbgprintf("pNewVal: %s\n", pNewVal); /* we got the word, now set it */ if(pSetHdlr == NULL) { -- cgit