mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
remove print statment
This commit is contained in:
@ -47,9 +47,6 @@ class DeviceManagementBloc
|
||||
for (var community in spaceBloc.state.selectedCommunities) {
|
||||
List<String> spacesList =
|
||||
spaceBloc.state.selectedCommunityAndSpaces[community] ?? [];
|
||||
spacesList.forEach(
|
||||
(element) => print(element),
|
||||
);
|
||||
devices.addAll(await DevicesManagementApi()
|
||||
.fetchDevices(projectUuid, spacesId: spacesList));
|
||||
}
|
||||
|
Reference in New Issue
Block a user