Skip to content

Commit 2182129

Browse files
committed
chore: remove console.log for session in AddGithubProvider component to clean up code
1 parent a8467e8 commit 2182129

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/dokploy/components/dashboard/settings/git/github/add-github-provider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const AddGithubProvider = () => {
1919
const { data: activeOrganization } = api.organization.active.useQuery();
2020

2121
const { data: session } = api.user.session.useQuery();
22-
console.log(session);
2322
const { data } = api.user.get.useQuery();
2423
const [manifest, setManifest] = useState("");
2524
const [isOrganization, setIsOrganization] = useState(false);

0 commit comments

Comments
 (0)