mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
remove unnecessary print statement
This commit is contained in:
@ -29,8 +29,6 @@ class AcDeviceControlsView extends StatelessWidget with HelperResponsiveLayout {
|
||||
child: BlocBuilder<AcBloc, AcsState>(
|
||||
builder: (context, state) {
|
||||
final acBloc = BlocProvider.of<AcBloc>(context);
|
||||
|
||||
print(state);
|
||||
if (state is ACStatusLoaded) {
|
||||
return GridView(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 50),
|
||||
|
Reference in New Issue
Block a user