msi: Remove a part of a debugging statement that was accidentally left in.

This commit is contained in:
James Hawkins 2008-10-08 22:42:05 -05:00 committed by Alexandre Julliard
parent 7c1397412b
commit b187008345
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ static UINT get_tablecolumns( MSIDATABASE *db,
UINT r, i, n=0, table_id, count, maxcount = *sz;
MSITABLE *table = NULL;
TRACE("%s %d\n", debugstr_w(szTableName), *sz);
TRACE("%s\n", debugstr_w(szTableName));
/* first check if there is a default table with that name */
r = get_defaulttablecolumns( db, szTableName, colinfo, sz );