Skip to content

Commit

Permalink
🎨 Remove a console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 17, 2023
1 parent 9f639f4 commit 6161ecb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/registry/file/file-validation.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ export const ResizeOptions: Story = {
name: 'resize options',

play: async ({canvasElement, step}) => {
console.log('halp?');

const canvas = within(canvasElement);

await step('Configure image file types', async () => {
Expand Down
2 changes: 0 additions & 2 deletions src/registry/time/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ const EditForm: EditFormDefinition<TimeComponentSchema> = () => {
'invalid_time',
]);

console.log(errors);

return (
<Tabs>
<TabList>
Expand Down

0 comments on commit 6161ecb

Please sign in to comment.