summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfsysline.c1
1 files changed, 0 insertions, 1 deletions
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) {