summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-21 19:46:15 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2018-12-21 19:46:15 (GMT)
commit200353a0886f5ee20101b7af4b55af498adc495f (patch)
treeaaef7ec4568ae86ae25b4a43d3330e813e96dcf1 /src
parent2b4257860046b3863b7c478d7f6ad5bdfcab757b (diff)
downloadDoxygen-200353a0886f5ee20101b7af4b55af498adc495f.zip
Doxygen-200353a0886f5ee20101b7af4b55af498adc495f.tar.gz
Doxygen-200353a0886f5ee20101b7af4b55af498adc495f.tar.bz2
Disabled debug print
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}