remove print
This commit is contained in:
@@ -74,7 +74,6 @@ class _CreateGroupViewState extends State<CreateGroupView> {
|
||||
searchBarController: _searchBarController,
|
||||
onChanged: (value) {
|
||||
selectedPlayers = [...value];
|
||||
print(selectedPlayers);
|
||||
},
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user