fix: remove print statement
This commit is contained in:
parent
2a21e70ff1
commit
06771d7596
|
@ -191,7 +191,6 @@ class AppHandler:
|
||||||
app_dist = My-Poser-Dist
|
app_dist = My-Poser-Dist
|
||||||
"""
|
"""
|
||||||
if obj is None:
|
if obj is None:
|
||||||
print(self.appname)
|
|
||||||
dist = self.config.get(f'{self.appname}.app_dist')
|
dist = self.config.get(f'{self.appname}.app_dist')
|
||||||
if dist:
|
if dist:
|
||||||
return dist
|
return dist
|
||||||
|
|
Loading…
Reference in a new issue