Skip to content

Commit

Permalink
Removed two unused functions (#4)
Browse files Browse the repository at this point in the history
> Removed print statements to stop from polluting the Keypirinha console each time the main search box was opened and closed. As the functions are not used for anything else they could safely be removed.

Yes, this is what I added to distinguish the console output of this package from the clutter already present there. I literally forgot to remove these functions.

Thanks for doing this. 
🙏🏼
  • Loading branch information
Anodynous authored and bantya committed Jan 7, 2020
1 parent ae81664 commit aa6cb32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/easysearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ def on_execute(self, item, action):
else:
self._open_browser(item, private_mode, new_window)

def on_activated(self):
print('----------')

def on_deactivated(self):
print('----------')

def on_events(self, flags):
if flags & kp.Events.PACKCONFIG:
self.on_start()
Expand Down

0 comments on commit aa6cb32

Please sign in to comment.