From 200353a0886f5ee20101b7af4b55af498adc495f Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Fri, 21 Dec 2018 20:46:15 +0100 Subject: Disabled debug print --- src/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.cpp b/src/util.cpp index a05ca17..08c13fb 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1930,7 +1930,7 @@ QCString removeRedundantWhiteSpace(const QCString &s) pc=c; } *dst++='\0'; - printf("removeRedundantWhitespace(%s)->%s\n",s.data(),growBuf); + //printf("removeRedundantWhitespace(%s)->%s\n",s.data(),growBuf); return growBuf; } -- cgit v0.12