Module: wine Branch: master Commit: 8bc9a499d1fd228628fbce36421f4b0fb6289f1b URL: http://source.winehq.org/git/wine.git/?a=commit;h=8bc9a499d1fd228628fbce3642...
Author: Hans Leidekker hans@codeweavers.com Date: Wed Oct 6 15:42:10 2010 +0200
msi: Remove a potentially noisy trace.
---
dlls/msi/join.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/msi/join.c b/dlls/msi/join.c index 5e11577..7fe7f1c 100644 --- a/dlls/msi/join.c +++ b/dlls/msi/join.c @@ -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;