[UXTHEME] -Remove a debug print that was never meant to be committed.

svn path=/trunk/; revision=74580
This commit is contained in:
Giannis Adamopoulos
2017-05-18 17:53:33 +00:00
parent 313744b524
commit 7fd7537957
-2
View File
@@ -1410,8 +1410,6 @@ HRESULT WINAPI DrawThemeText(HTHEME hTheme, HDC hdc, int iPartId, int iStateId,
hr = GetThemeEnumValue(hTheme, iPartId, iStateId, TMT_TEXTSHADOWTYPE, &iShadowType);
if (SUCCEEDED(hr))
{
ERR("Got shadow type %d\n", iShadowType);
hr = GetThemeColor(hTheme, iPartId, iStateId, TMT_TEXTSHADOWCOLOR, &shadowColor);
if (FAILED(hr))
{