From: Aric Gardner Date: Wed, 26 Feb 2020 17:29:22 +0000 (-0500) Subject: Remove garbage var X-Git-Tag: v0.31.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=71e52de17bff29267d6909508c981f2855580a2a;p=releng%2Flftools.git Remove garbage var No memory of how this snuck in here, should be removed Signed-off-by: Aric Gardner Change-Id: I8fa62db1ff6b481f865229643ac319413c8660f4 --- diff --git a/lftools/api/endpoints/gerrit.py b/lftools/api/endpoints/gerrit.py index 53cee092..a35e3283 100644 --- a/lftools/api/endpoints/gerrit.py +++ b/lftools/api/endpoints/gerrit.py @@ -269,7 +269,6 @@ class Gerrit(client.RestApi): port=29418 project={1} defaultbranch=master - asd=asdf """.format(fqdn, gerrit_project) my_inline_file_size = len(my_inline_file.encode('utf-8')) headers = {'Content-Type': 'text/plain',