| Index: pkg/analysis_server/tool/spec/codegen_java_types.dart
|
| diff --git a/pkg/analysis_server/tool/spec/codegen_java_types.dart b/pkg/analysis_server/tool/spec/codegen_java_types.dart
|
| index 3ab4fb8255bf041d2ca54b0130ed64231e7bbdd6..fc42223ec20f5ae3b57443ca6bae5a4ed92cf254 100644
|
| --- a/pkg/analysis_server/tool/spec/codegen_java_types.dart
|
| +++ b/pkg/analysis_server/tool/spec/codegen_java_types.dart
|
| @@ -106,10 +106,6 @@ final GeneratedDirectory targetDir =
|
| }
|
| }
|
| }
|
| - print("Generating...");
|
| - map.keys.forEach((String file) {
|
| - print(" ${targetDir.outputDirPath}/$file");
|
| - });
|
| return map;
|
| });
|
|
|
|
|