mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 13:26:16 +03:00
Clean-up: BranchLaneContextMenu: Remove console.log
This commit is contained in:
parent
49dd5431b0
commit
33eb64392f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user