ole32/tests: Silence some clipboard traces that generate too many lines.

This commit is contained in:
Francois Gouget 2015-05-12 12:38:30 +02:00 committed by Alexandre Julliard
parent 701c399fae
commit 5f35f1a8db
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,8 @@ static HRESULT WINAPI EnumFormatImpl_Next(IEnumFORMATETC *iface, ULONG celt,
EnumFormatImpl *This = impl_from_IEnumFORMATETC(iface);
ULONG count, i;
trace("next: count %d cur %d\n", celt, This->cur);
if (winetest_debug > 1)
trace("next: count %d cur %d\n", celt, This->cur);
if(!rgelt)
return E_INVALIDARG;