summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-12-25 10:26:06 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-12-25 10:26:06 (GMT)
commitee8c5a59f9dce7e770d315f08af410b1ac5ab9c4 (patch)
treee4af9d60f446a7594ab108f0a356753656a96cb2
parent76462e46e09cf3ed528e5d272562adadb05c8e08 (diff)
downloadDoxygen-ee8c5a59f9dce7e770d315f08af410b1ac5ab9c4.zip
Doxygen-ee8c5a59f9dce7e770d315f08af410b1ac5ab9c4.tar.gz
Doxygen-ee8c5a59f9dce7e770d315f08af410b1ac5ab9c4.tar.bz2
Forgot to remove a debug print
-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;