Kaydet (Commit) f02053da authored tarafından Eray Özkural's avatar Eray Özkural

* okay, those were redundant

üst 676f691b
......@@ -915,8 +915,6 @@ NB: We support only local files (e.g., /a/b/c) and http:// URIs at the moment
def run(self):
self.init()
if len(self.args)==2 or len(self.args)==0:
self.init()
if len(self.args)==2:
......@@ -950,8 +948,6 @@ Remove all repository information from the system.
def run(self):
self.init(database=True)
if len(self.args)>=1:
self.init()
for repo in self.args:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment