diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 2530fee7073..16efbd60b4f 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -186,12 +186,6 @@ class MachCommands(CommandBase): if base: cmd += ["--base", base] if submit: - if not ("TREEHERDER_CLIENT_ID" in os.environ and - "TREEHERDER_CLIENT_SECRET" in os.environ): - print("Please set the environment variable \"TREEHERDER_CLIENT_ID\"" - " and \"TREEHERDER_CLIENT_SECRET\" to submit the performance" - " test result to perfherder") - return 1 cmd += ["--submit"] return call(cmd, env=env, |