From 02e49cc79d72691bf74678acab695e1b998d1921 Mon Sep 17 00:00:00 2001 From: Stephen Roberts Date: Wed, 13 Mar 2024 10:20:10 +0100 Subject: [PATCH] chore: removing comment to make sure local player is running --- session_replay_data_usage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/session_replay_data_usage.py b/session_replay_data_usage.py index 1969661..aff44ba 100644 --- a/session_replay_data_usage.py +++ b/session_replay_data_usage.py @@ -26,7 +26,6 @@ def parse(): args = parser.parse_args() print("test apk={}, activity={}, quality={}, architecture={}".format(args.apk, args.activity, args.quality, args.architecture)) print("/!\ Be sure to start one, and only one Pixel 2 emutator, with API level 28, before this script.") - print("/!\ Be sure to start the Session Replay local player before this script.") print("/!\ Be sure that mysendevent-x86 or mysendevent-arm64 in android-touch-record-replay is executable.") return args