From 2bc560bc53683ef162c1a664e31ae6a5b1d6cf02 Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Mon, 14 Jun 2010 09:46:43 +0000 Subject: [PATCH] remove printf :-) --- Common/LuaBindings.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Common/LuaBindings.cpp b/Common/LuaBindings.cpp index 9bcde675ab..6a62a8e1f8 100644 --- a/Common/LuaBindings.cpp +++ b/Common/LuaBindings.cpp @@ -290,7 +290,6 @@ void binding::checkDocCompleteness() nBad++; } luaMethodBinding *constructor = cb->second->getConstructor(); - printf("checking %s\n", cb->first.c_str()); if(constructor){ if(constructor->getDescription().empty()){ Msg::Error("binded constructor of class %s has no description.", @@ -314,7 +313,6 @@ void binding::checkDocCompleteness() mb->first.c_str()); nBad++; } - printf("checking %s\n", mb->first.c_str()); std::vector<std::string> argTypeNames; mb->second->getArgTypeNames(argTypeNames); int nTypeArg = countInArguments(argTypeNames); -- GitLab