From d53cb9549a0c57939b12c5c35a6b581aec2ca36f Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Wed, 29 Dec 2021 09:40:33 -0800 Subject: [PATCH] sync: dropped "NOTICE: --use-superproject is in beta ..." message. Tested the code with the following commands. $ ./run_tests -v Bug: [google internal] b/209511230 Change-Id: Ia3c6de47709f5276e324a5bb608383aba3b2c562 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/327197 Reviewed-by: Xin Li Tested-by: Raman Tenneti --- git_superproject.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/git_superproject.py b/git_superproject.py index 4ca84a58..c9723225 100644 --- a/git_superproject.py +++ b/git_superproject.py @@ -226,8 +226,6 @@ class Superproject(object): f'{self._manifest.manifestFile}') return SyncResult(False, False) - print('NOTICE: --use-superproject is in beta; report any issues to the ' - 'address described in `repo version`', file=sys.stderr) should_exit = True if not self._remote_url: self._LogWarning(f'superproject URL is not defined in manifest: '