diff --git a/ci/remote-watch.py b/ci/remote-watch.py index b4261e16c..5db1d5ea5 100755 --- a/ci/remote-watch.py +++ b/ci/remote-watch.py @@ -253,6 +253,9 @@ def main(program, *args): if __name__ == "__main__": + # Temporarily disable remote-watcher. + sys.exit(0) + logging.basicConfig( format="%(levelname)s: %(message)s", stream=sys.stderr,