From 4c58653113573558ea5be880aca931e85b23da7e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 31 Jan 2024 14:50:30 +0100 Subject: [PATCH] windows: removed not wanted debug log in in_app_webview.cpp --- .../windows/in_app_webview/in_app_webview.cpp | 1 - 1 file changed, 1 deletion(-) 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;