suppkg_rebuild: drop unused self.debug.

This commit is contained in:
Jimmy Berry
2017-05-12 00:51:58 -05:00
parent 786f9482bd
commit 2ce63658f9

View File

@@ -47,7 +47,6 @@ class StagingHelper(object):
def __init__(self, project):
self.project = project
self.apiurl = osc.conf.config['apiurl']
self.debug = osc.conf.config['debug']
Config(self.project)
self.api = StagingAPI(self.apiurl, self.project)