Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj Adhikari committed Dec 7, 2021
1 parent 4762ca4 commit 28e4d03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/providers/trait_based_device_notifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class TraitBasedDeviceNotifier extends ChangeNotifier {
notifyListeners();

_deviceDetail = await getDetails(_request, _deviceId);
print(_deviceDetail!.traits.length);
loadingDetail = false;
notifyListeners();

Expand Down

0 comments on commit 28e4d03

Please sign in to comment.