Skip to content

Commit 784092e

Browse files
removed logger
1 parent 563e1fb commit 784092e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/commands/add/add_utils.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class ReactNativeUtils extends Command {
3030
);
3131
exit(1);
3232
}
33-
CWLogger.i.stdout(dirs.toSet().toString());
3433
List<String> utilsBranches = dirs
3534
.where((branch) => branch.startsWith('utils/'))
3635
.map((branch) => branch.replaceFirst('utils/', ''))
@@ -45,7 +44,6 @@ class ReactNativeUtils extends Command {
4544
}
4645

4746
CWLogger.i.stdout("Please select the Utility you want to use :");
48-
CWLogger.i.stdout(utilsBranches.toString());
4947
Menu featureMenu = Menu(utilsBranches);
5048
int idx = featureMenu.choose().index;
5149

0 commit comments

Comments
 (0)