msi: Remove a potentially noisy trace.

This commit is contained in:
Hans Leidekker 2010-10-06 15:42:10 +02:00 committed by Alexandre Julliard
parent 3ea9024f55
commit 8bc9a499d1

View file

@ -60,8 +60,6 @@ static UINT JOIN_fetch_int( struct tagMSIVIEW *view, UINT row, UINT col, UINT *v
UINT cols = 0;
UINT prev_rows = 1;
TRACE("%d, %d\n", row, col);
if (col == 0 || col > jv->columns)
return ERROR_FUNCTION_FAILED;