Skip to content

Commit

Permalink
chore: removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Oct 21, 2020
1 parent a09d54d commit e6aa70d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datepicker/stories/DatePicker.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default {
} as Meta;

const Base: Story = args => {
console.log(args);
args.value &&= format(new Date(args.value), "yyyy-MM-dd");
args.defaultValue &&= format(new Date(args.defaultValue), "yyyy-MM-dd");
args.minValue &&= format(new Date(args.minValue), "yyyy-MM-dd");
Expand Down

0 comments on commit e6aa70d

Please sign in to comment.