remove debug print statements

This commit is contained in:
mohammad
2025-04-06 10:04:36 +03:00
parent 4fc259491e
commit 49c743befb
2 changed files with 0 additions and 4 deletions

View File

@ -28,8 +28,6 @@ class ThreeGangSwitchHelper {
return showDialog<Map<String, dynamic>?>(
context: context,
builder: (BuildContext context) {
print('functions: $functions');
return BlocProvider(
create: (_) => FunctionBloc()
..add(InitializeFunctions(deviceSelectedFunctions ?? [])),