mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
msi: Remove a potentially noisy trace.
This commit is contained in:
parent
3ea9024f55
commit
8bc9a499d1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user