Clean-up: BranchLaneContextMenu: Remove console.log

This commit is contained in:
estib 2024-09-06 15:55:28 +02:00
parent 49dd5431b0
commit 33eb64392f

View File

@ -128,8 +128,6 @@
<ContextMenuItem
label="Set remote branch name"
on:click={() => {
console.log('Set remote branch name');
newRemoteName = branch.upstreamName || normalizedBranchName || '';
renameRemoteModal.show(branch);
contextMenuEl?.close();