aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/mock.py
diff options
context:
space:
mode:
Diffstat (limited to 'etc/taskcluster/mock.py')
-rwxr-xr-xetc/taskcluster/mock.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/taskcluster/mock.py b/etc/taskcluster/mock.py
index cbc495ee5b5..f06f7bcb147 100755
--- a/etc/taskcluster/mock.py
+++ b/etc/taskcluster/mock.py
@@ -56,9 +56,6 @@ decision_task.main("github-push")
print("\n# Push with hot caches:")
decision_task.main("github-push")
-print("\n# Mocked only:")
-decision_task.mocked_only()
-
print("\n# Push to master:")
decision_task.CONFIG.git_ref = "refs/heads/master"
decision_task.main("github-push")