mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
remove un use code
This commit is contained in:
@ -61,8 +61,6 @@ class SettingBlocBloc extends Bloc<SettingBlocEvent, DeviceSettingsState> {
|
||||
emit(UpdateSettingState(deviceName: nameController.text));
|
||||
} catch (e) {
|
||||
emit(ErrorState(message: e.toString()));
|
||||
} finally {
|
||||
// isSaving = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user