summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-12-25 10:26:06 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-12-25 10:26:06 (GMT)
commitdfa656f3404e589ad59c47dc1728744efb245a82 (patch)
treee4af9d60f446a7594ab108f0a356753656a96cb2 /src
parent04dd14e8f14f65481ef7ed7a29e79a30c5fe301d (diff)
downloadDoxygen-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.cpp4
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;