Skip to content

Commit 6fdcf9f

Browse files
authored
Merge pull request #4844 from gitbutlerapp/clean-up-branch-lane
Clean-up: BranchLaneContextMenu: Remove console.log
2 parents 245c8df + ff6dff1 commit 6fdcf9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/desktop/src/lib/branch/BranchLaneContextMenu.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@
128128
<ContextMenuItem
129129
label="Set remote branch name"
130130
on:click={() => {
131-
console.log('Set remote branch name');
132-
133131
newRemoteName = branch.upstreamName || normalizedBranchName || '';
134132
renameRemoteModal.show(branch);
135133
contextMenuEl?.close();

0 commit comments

Comments
 (0)