Skip to content

Commit 4d72ade

Browse files
committed
Remove console.log
1 parent bffbf37 commit 4d72ade

File tree

1 file changed

+0
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query

1 file changed

+0
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query/route.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ export default function Page() {
472472

473473
const isLoading = (navigation.state === "submitting" || navigation.state === "loading") && navigation.formMethod === "POST";
474474

475-
console.log(navigation, isLoading);
476475

477476
// Create a stable key from columns to detect schema changes
478477
const columnsKey = results?.columns

0 commit comments

Comments
 (0)