Commit 8bc9a499 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Remove a potentially noisy trace.

parent 3ea9024f
......@@ -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;
......
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