diff --git a/libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx b/libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx index 840b8f0a19..9a3cfa1cdc 100644 --- a/libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx +++ b/libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx @@ -68,11 +68,9 @@ export const RemoteBranchDetails = (props: BrancheDetailsProps) => { const checkoutCommit = async (oid: string) => { try { - //await ModalRef.current?.show(); actions.checkout({ ref: oid }) - //Utils.log("yes"); } catch (e) { - //Utils.log("no"); + // } };