From 0503d8808cbe0ae68381bc3db63aa4752482aad5 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Mon, 23 Oct 2017 00:32:52 +0300 Subject: [PATCH] [EXPLORER] Reduce the spam due to the broken CBandSite in browseui --- base/shell/explorer/taskband.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/shell/explorer/taskband.cpp b/base/shell/explorer/taskband.cpp index b7bc13388df..6dd4d9e80df 100644 --- a/base/shell/explorer/taskband.cpp +++ b/base/shell/explorer/taskband.cpp @@ -314,7 +314,7 @@ public: virtual HRESULT STDMETHODCALLTYPE OnWinEvent(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *theResult) { - UNIMPLEMENTED; + //UNIMPLEMENTED; return E_NOTIMPL; }