Change handlers not supported message to debug

This commit is contained in:
Tobias Taschner
2020-01-16 10:28:02 +01:00
parent a19270df8f
commit 16b6f6710f

View File

@@ -794,7 +794,7 @@ bool wxWebViewEdge::RunScript(const wxString& javascript, wxString* output)
void wxWebViewEdge::RegisterHandler(wxSharedPtr<wxWebViewHandler> handler)
{
// TODO: could maybe be implemented via IWebView2WebView5::add_WebResourceRequested
wxLogError("Registering handlers is not supported");
wxLogDebug("Registering handlers is not supported");
}
void wxWebViewEdge::DoSetPage(const wxString& html, const wxString& WXUNUSED(baseUrl))