msi: Don't trace the tables names on import.

This commit is contained in:
James Hawkins 2008-03-20 00:09:29 -07:00 committed by Alexandre Julliard
parent efc56634fa
commit 5bec7d4bbf

View file

@ -272,7 +272,6 @@ static void create_database(const CHAR *name, const msi_table *tables, int num_t
write_file(table->filename, table->data, (table->size - 1) * sizeof(char));
trace("table->filename: %s\n", table->filename);
r = MsiDatabaseImportA(db, CURR_DIR, table->filename);
ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r);