diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2018-12-21 19:46:15 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2018-12-21 19:46:15 (GMT) |
commit | 200353a0886f5ee20101b7af4b55af498adc495f (patch) | |
tree | aaef7ec4568ae86ae25b4a43d3330e813e96dcf1 | |
parent | 2b4257860046b3863b7c478d7f6ad5bdfcab757b (diff) | |
download | Doxygen-200353a0886f5ee20101b7af4b55af498adc495f.zip Doxygen-200353a0886f5ee20101b7af4b55af498adc495f.tar.gz Doxygen-200353a0886f5ee20101b7af4b55af498adc495f.tar.bz2 |
Disabled debug print
-rw-r--r-- | src/util.cpp | 2 |
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; } |