windows: removed not wanted debug log in in_app_webview.cpp
This commit is contained in:
parent
981c0356b8
commit
4c58653113
|
@ -673,7 +673,6 @@ namespace flutter_inappwebview_plugin
|
||||||
int64_t size = items->size();
|
int64_t size = items->size();
|
||||||
if (nextIndex >= 0 && nextIndex < size) {
|
if (nextIndex >= 0 && nextIndex < size) {
|
||||||
auto entryId = items->at(nextIndex)->entryId;
|
auto entryId = items->at(nextIndex)->entryId;
|
||||||
std::cout << "entryId: " + std::to_string(entryId.value()) << "\n";
|
|
||||||
if (entryId.has_value()) {
|
if (entryId.has_value()) {
|
||||||
auto oldCallShouldOverrideUrlLoading_ = callShouldOverrideUrlLoading_;
|
auto oldCallShouldOverrideUrlLoading_ = callShouldOverrideUrlLoading_;
|
||||||
callShouldOverrideUrlLoading_ = false;
|
callShouldOverrideUrlLoading_ = false;
|
||||||
|
|
Loading…
Reference in New Issue