Skip to content

Commit

Permalink
windows: removed not wanted debug log in in_app_webview.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Jan 31, 2024
1 parent 981c035 commit 4c58653
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4c58653

Please sign in to comment.