uncommented code.

This commit is contained in:
Faris Armoush
2025-04-09 10:41:38 +03:00
parent 92aa574944
commit fda96025e9

View File

@ -50,10 +50,10 @@ class DeviceDialogHelper {
final deviceSelectedFunctions =
routineBloc.state.selectedFunctions[data['uniqueCustomId']] ?? [];
// if (removeComparetors && data['productType'] != 'WPS') {
// //remove the current temp function in the 'if container'
// functions.removeAt(3);
// }
if (removeComparetors && data['productType'] != 'WPS') {
//remove the current temp function in the 'if container'
functions.removeAt(3);
}
switch (productType) {
case 'AC':