diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-12-25 10:26:06 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-12-25 10:26:06 (GMT) |
commit | dfa656f3404e589ad59c47dc1728744efb245a82 (patch) | |
tree | e4af9d60f446a7594ab108f0a356753656a96cb2 /src | |
parent | 04dd14e8f14f65481ef7ed7a29e79a30c5fe301d (diff) | |
download | Doxygen-dfa656f3404e589ad59c47dc1728744efb245a82.zip Doxygen-dfa656f3404e589ad59c47dc1728744efb245a82.tar.gz Doxygen-dfa656f3404e589ad59c47dc1728744efb245a82.tar.bz2 |
Forgot to remove a debug print
Diffstat (limited to 'src')
-rw-r--r-- | src/util.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util.cpp b/src/util.cpp index f9bfea0..15e6e2e 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1726,10 +1726,6 @@ static bool matchArgument(const Argument *srcA,const Argument *dstA, } } } - else - { - printf("something else!\n"); - } } MATCH return TRUE; |