Skip to content

Commit

Permalink
Remove noisy “Stopping...” feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jan 14, 2017
1 parent 8b402da commit 3b738e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frida/tracer.py
Expand Up @@ -809,7 +809,6 @@ def _start(self):
self._exit(1)

def _stop(self):
self._print("Stopping...")
self._tracer.stop()
self._tracer = None

Expand Down

0 comments on commit 3b738e6

Please sign in to comment.