//Remove Empty Keys
for (key, value) in DICTIONARY{
if value == [] {
print("Key: ", key)
self.defaultDevicesSections.removeValue(forKey: key)
}
}
//Remove Empty Keys
for (key, value) in DICTIONARY{
if value == [] {
print("Key: ", key)
self.defaultDevicesSections.removeValue(forKey: key)
}
}