[PATCH] msxml3/tests: Remove traces.

Nikolay Sivov nsivov at codeweavers.com
Tue Jul 14 03:47:48 CDT 2020


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/msxml3/tests/domdoc.c  | 4 ----
 dlls/msxml3/tests/httpreq.c | 1 -
 2 files changed, 5 deletions(-)

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index f45364058a6..7f3b42d8401 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -13146,8 +13146,6 @@ static BOOL qi_list_contains_service(REFIID service, REFIID iid)
 
 static HRESULT WINAPI sp_QueryInterface(IServiceProvider *iface, REFIID iid, void **ppv)
 {
-    trace("sp_QueryInterface: %s\n", wine_dbgstr_guid(iid));
-
     if (qi_count < ARRAY_SIZE(qi_list))
         qi_list[qi_count++] = iid;
     else
@@ -13177,8 +13175,6 @@ static ULONG WINAPI sp_Release(IServiceProvider *iface)
 static HRESULT WINAPI sp_QueryService(IServiceProvider *iface, REFGUID service,
                                       REFIID iid, void **ppv)
 {
-    trace("sp_QueryService: %s, %s\n", wine_dbgstr_guid(service), wine_dbgstr_guid(iid));
-
     if (IsEqualGUID(service, &SID_SContainerDispatch) ||
         IsEqualGUID(service, &SID_SInternetHostSecurityManager))
     {
diff --git a/dlls/msxml3/tests/httpreq.c b/dlls/msxml3/tests/httpreq.c
index 8a2ed2c73a3..74c302d5ebe 100644
--- a/dlls/msxml3/tests/httpreq.c
+++ b/dlls/msxml3/tests/httpreq.c
@@ -235,7 +235,6 @@ static IHTMLElementCollection htmlecoll = { &TestHTMLECollectionVtbl };
 /* test IHTMLDocument2 */
 static HRESULT WINAPI htmldoc2_QueryInterface(IHTMLDocument2 *iface, REFIID riid, void **ppvObject)
 {
-   trace("\n");
    *ppvObject = NULL;
    return E_NOINTERFACE;
 }
-- 
2.27.0




More information about the wine-devel mailing list