Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Oct 17, 2024
1 parent 48b8ad3 commit 70592ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-remix/app/components/pages/pipelines/new/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function NameFormStep() {

function TemplatesStep() {
const { templates, organizationId } = useLoaderData<typeof loader>();
console.log(templates);

return (
<>
<div className="flex justify-between gap-2 items-center mb-2">
Expand Down

0 comments on commit 70592ef

Please sign in to comment.