We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563e1fb commit 784092eCopy full SHA for 784092e
lib/commands/add/add_utils.dart
@@ -30,7 +30,6 @@ class ReactNativeUtils extends Command {
30
);
31
exit(1);
32
}
33
- CWLogger.i.stdout(dirs.toSet().toString());
34
List<String> utilsBranches = dirs
35
.where((branch) => branch.startsWith('utils/'))
36
.map((branch) => branch.replaceFirst('utils/', ''))
@@ -45,7 +44,6 @@ class ReactNativeUtils extends Command {
45
44
46
47
CWLogger.i.stdout("Please select the Utility you want to use :");
48
- CWLogger.i.stdout(utilsBranches.toString());
49
Menu featureMenu = Menu(utilsBranches);
50
int idx = featureMenu.choose().index;
51
0 commit comments