windows: removed not wanted debug log in in_app_webview.cpp

This commit is contained in:
unknown 2024-01-31 14:50:30 +01:00
parent 981c0356b8
commit 4c58653113
1 changed files with 0 additions and 1 deletions

View File

@ -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;