Skip to content

Commit

Permalink
sqlite3: remove some debug messages
Browse files Browse the repository at this point in the history
these were causing a major performance hit

Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
  • Loading branch information
groleo committed Jan 9, 2014
1 parent 2349f4b commit f76ec80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sqlite3gen.cpp
Expand Up @@ -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;
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f76ec80

Please sign in to comment.