Skip to content

Commit

Permalink
tracer: Remove redundant statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jul 18, 2023
1 parent 1db83b4 commit b31218f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frida_tools/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ def on_message(message, data) -> None:
data_dir = os.path.dirname(__file__)
with codecs.open(os.path.join(data_dir, "tracer_agent.js"), "r", "utf-8") as f:
source = f.read()
runtime = "v8" if runtime == "v8" else "qjs"
script = session.create_script(name="tracer", source=source, runtime=runtime)

self._script = script
Expand Down

0 comments on commit b31218f

Please sign in to comment.