Commit b1870083 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

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

parent 7c139741
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment