[infra] Remove flag from run_recipe.py

Change-Id: I2915bd06c96a55054e97e95e848a9ea12cdb0100
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/233036
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
diff --git a/infra/bots/run_recipe.py b/infra/bots/run_recipe.py
index 95e81b8..90ffdbe 100755
--- a/infra/bots/run_recipe.py
+++ b/infra/bots/run_recipe.py
@@ -31,7 +31,6 @@
     '-known-gerrit-host', 'llvm.googlesource.com',
     '-known-gerrit-host', 'skia.googlesource.com',
     '-known-gerrit-host', 'webrtc.googlesource.com',
-    '-output-result-json', os.path.join(sys.argv[1], 'build_result_filename'),
     '-workdir', '.',
     '-recipe', sys.argv[2],
     '-properties', sys.argv[3],