We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c42751 + 8a376f2 commit a18c8f3Copy full SHA for a18c8f3
lib/flutter_system_proxy.dart
@@ -62,7 +62,6 @@ class FlutterSystemProxy {
62
63
static Future<String> findProxyFromEnvironment(String url) async {
64
var parsedProxy = await _getSystemProxy(url);
65
- print(parsedProxy);
66
var host = Uri.parse(url).host;
67
if (parsedProxy != null && parsedProxy["enabled"] == "true") {
68
return "PROXY " +
0 commit comments