suppkg_rebuild: drop unused self.debug.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user