[1/7] msi: Remove a potentially noisy trace.

Hans Leidekker hans at codeweavers.com
Wed Oct 6 08:42:10 CDT 2010


---
 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;
 
-- 
1.7.1









More information about the wine-patches mailing list