Skip to content

Commit d146ebc

Browse files
committed
Remove redundant env setting
1 parent ff60fbc commit d146ebc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/io/flutter/run/SdkFields.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ public GeneralCommandLine createFlutterSdkRunCommand(
241241
command = flutterSdk.flutterRun(root, main.getFile(), device, runMode, flutterLaunchMode, project, args);
242242
final GeneralCommandLine commandLine = command.createGeneralCommandLine(project);
243243
commandLine.getEnvironment().putAll(getEnvs());
244-
Analytics.updateEnvironment(commandLine);
245244
commandLine.withParentEnvironmentType(GeneralCommandLine.ParentEnvironmentType.CONSOLE);
246245
return commandLine;
247246
}

0 commit comments

Comments
 (0)