Commit 35811132 authored by 余玠's avatar 余玠

Revert "add log to debug"

This reverts commit 68dd4048.
parent 68dd4048
...@@ -101,7 +101,6 @@ class FlutterBoost { ...@@ -101,7 +101,6 @@ class FlutterBoost {
properties["url"] = url; properties["url"] = url;
properties["urlParams"] = urlParams; properties["urlParams"] = urlParams;
properties["exts"] = exts; properties["exts"] = exts;
print("[JDEBUGX]------boost2.openPage channel call--------");
return channel.invokeMethod<Map<String,dynamic>>( return channel.invokeMethod<Map<String,dynamic>>(
'openPage', properties); 'openPage', properties);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment