diff --git a/flutter_inappwebview_windows/windows/in_app_webview/in_app_webview.cpp b/flutter_inappwebview_windows/windows/in_app_webview/in_app_webview.cpp index abfae2b1..863127d5 100644 --- a/flutter_inappwebview_windows/windows/in_app_webview/in_app_webview.cpp +++ b/flutter_inappwebview_windows/windows/in_app_webview/in_app_webview.cpp @@ -673,7 +673,6 @@ namespace flutter_inappwebview_plugin int64_t size = items->size(); if (nextIndex >= 0 && nextIndex < size) { auto entryId = items->at(nextIndex)->entryId; - std::cout << "entryId: " + std::to_string(entryId.value()) << "\n"; if (entryId.has_value()) { auto oldCallShouldOverrideUrlLoading_ = callShouldOverrideUrlLoading_; callShouldOverrideUrlLoading_ = false;