Skip to content

Commit

Permalink
Remove forgotten prints
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Jun 29, 2020
1 parent 1ca6ccd commit b568b7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ifl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,6 @@ def OnClose(self, form: Any) -> None:
self.refs_view.hilight_addr(BADADDR)
self.refsfrom_view.hilight_addr(BADADDR)
del self
print("Closed")

def Show(self) -> PluginForm.Show:
"""Creates the form if not created or sets the focus if the form already exits.
Expand Down Expand Up @@ -1285,7 +1284,6 @@ def init(self) -> None:
return idaapi.PLUGIN_OK

def run(self, arg: Any) -> None:
print("Run called")
open_form()
pass

Expand Down

0 comments on commit b568b7e

Please sign in to comment.