Description: Remove the awscli v2 announcement
 Upstream has released version 2 of this package, and is announcing it
 via stdout on invocation of the aws command in some circumstances. V2
 is not yet ready to be packaged for Debian, and we don't find this
 announcement particularly helpful for our users at this point, given
 that there's no mechanism to suppress it.  So we remove it.
Author: Noah Meyerhans <noahm@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: awscli/awscli/argparser.py
===================================================================
--- awscli.orig/awscli/argparser.py
+++ awscli/awscli/argparser.py
@@ -35,7 +35,7 @@ USAGE = (
     "\r%s\n\n"
     "usage: aws [options] <command> <subcommand> "
     "[<subcommand> ...] [parameters]\n"
-    "%s" % (AWS_CLI_V2_MESSAGE, HELP_BLURB)
+    % (HELP_BLURB)
 )
 
 
