rm comments

pull/4791/head
filip mertens 5 months ago
parent ab840aac49
commit 31bca3eb20
  1. 4
      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");
//
}
};

Loading…
Cancel
Save