Skip to content

Commit ca9a2b1

Browse files
authoredMar 14, 2025··
Merge pull request #7641 from gitbutlerapp/co-branch-14
Remove other idents
2 parents 41d632c + 1612324 commit ca9a2b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎apps/desktop/src/components/ReviewDetailsModal.svelte

-3
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205
draft: $createDraft,
206206
upstreamBranchName
207207
});
208-
posthog.capture('Pull Request Created');
209208
prNumber = pr?.number;
210209
}
211210
@@ -304,8 +303,6 @@
304303
});
305304
isLoading = false;
306305
307-
posthog.capture('Pull Request Created');
308-
309306
close();
310307
}
311308

0 commit comments

Comments
 (0)
Please sign in to comment.