Skip to content

Commit

Permalink
chore: removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Kashif108 committed Dec 27, 2023
1 parent b5384e1 commit 3011270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/domain/repositories/leave/leave_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ class LeaveRepository {
} else {
response = await _apiService.getLeaves(year, month);
}
print('response: $response');
return response;
} catch (e) {
// TODO: Handle error
print('error: $e');
return const PaginatedLeaves(
count: 0,
hasNext: false,
Expand Down

0 comments on commit 3011270

Please sign in to comment.