summaryrefslogtreecommitdiffstats
path: root/src/sqlite3gen.cpp
diff options
context:
space:
mode:
authorAdrian Negreanu <adrian.m.negreanu@intel.com>2014-01-09 12:07:51 (GMT)
committerAdrian Negreanu <adrian.m.negreanu@intel.com>2014-01-09 12:08:29 (GMT)
commitf76ec80dc8d1d7910951b34582ac25ce6f0efe4d (patch)
tree76fa8d7a81f3d08b361b2d25fce4461acb4349df /src/sqlite3gen.cpp
parent2349f4b3ff931e334b3d3e09b3e03861a7630f86 (diff)
downloadDoxygen-f76ec80dc8d1d7910951b34582ac25ce6f0efe4d.zip
Doxygen-f76ec80dc8d1d7910951b34582ac25ce6f0efe4d.tar.gz
Doxygen-f76ec80dc8d1d7910951b34582ac25ce6f0efe4d.tar.bz2
sqlite3: remove some debug messages
these were causing a major performance hit Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
Diffstat (limited to 'src/sqlite3gen.cpp')
-rw-r--r--src/sqlite3gen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sqlite3gen.cpp b/src/sqlite3gen.cpp
index ee3b0d6..d22d915 100644
--- a/src/sqlite3gen.cpp
+++ b/src/sqlite3gen.cpp
@@ -477,7 +477,6 @@ static void generateSqlite3ForMember(sqlite3*db,MemberDef *md,Definition *def)
// + template arguments
// (templateArguments(), definitionTemplateParameterLists())
// - call graph
- msg("=====%s\n",md->name().data());
// enum values are written as part of the enum
if (md->memberType()==MemberType_EnumValue) return;
@@ -765,7 +764,6 @@ static void generateSqlite3Section(sqlite3*db,
int count=0;
for (mli.toFirst();(md=mli.current());++mli)
{
- msg("I:%s\n",md->name().data());
// namespace members are also inserted in the file scope, but
// to prevent this duplication in the XML output, we filter those here.
if (d->definitionType()!=Definition::TypeFile || md->getNamespaceDef()==0)