Skip to content

Commit

Permalink
chore: rm debug comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Dec 27, 2024
1 parent 31c3a1d commit 148c3b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ class StickyBurpContextMenu(private val tab: StickyBurpTab, private val logging:
val updateItem = JMenuItem(varName)
updateItem.addActionListener {
val reqRes = event.messageEditorRequestResponse().get().requestResponse()
// Get the existing variable to preserve its notes
val existingVar = tab.getVariables().find { it.name == varName }
?: return@addActionListener

Expand Down

0 comments on commit 148c3b4

Please sign in to comment.