Skip to content

Commit

Permalink
Cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Apr 25, 2024
1 parent 0521bb6 commit da78f27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/common/widgets/list/custom_list_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ class _CustomListViewState<Item extends ListItem>
);
}

print("--------- $addedItems");
for (var addedItem in addedItems) {
_controller.notifyInsertedRange(
currentList.indexWhere((element) => element.id == addedItem.id),
Expand Down
1 change: 0 additions & 1 deletion lib/common/widgets/time_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,6 @@ class _TimePickerDialogState extends State<TimePickerDialog>

isForce2Digits: true,
onTimeChange: (time) {
print(time.toTimeOfDay());
_handleTimeChanged(time.toTimeOfDay());
},
),
Expand Down
1 change: 0 additions & 1 deletion lib/timer/widgets/dial_duration_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class _DialDurationPickerState extends State<DialDurationPicker> {
double originalHeight = MediaQuery.of(context).size.height - 20;
double width = min(originalWidth, originalHeight) - 64;
double bandWidth = 86 * width / 256;
print(width);

double leftPadding = 0;

Expand Down

0 comments on commit da78f27

Please sign in to comment.