mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 15:05:22 +02:00
remove unnecessary logging
This commit is contained in:
parent
2b06d8cf1c
commit
89c90c8c79
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ describe('<DatePicker />', () => {
|
|||
const currentMonth = DateTime.now()
|
||||
const priorMonth = DateTime.now().minus({ months: 1 })
|
||||
|
||||
console.log(DateTime.now(), 'date')
|
||||
|
||||
// Open the modal
|
||||
fireEvent.click(screen.getByTestId('datepicker-toggle-icon'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue