remove duplicated execution

is that really duplicated or missing something to add for difference?
This commit is contained in:
Chase choi
2015-06-18 16:55:04 +09:00
parent 97489fd277
commit 34dd8af101
@@ -292,9 +292,6 @@ def site():
log_progress(appname)
session.flash = T(msg, dict(appname=appname,
digest=md5_hash(installed)))
elif f and form_update.vars.overwrite:
msg = 'unable to install application "%(appname)s"'
session.flash = T(msg, dict(appname=form_update.vars.name))
else:
msg = 'unable to install application "%(appname)s"'
session.flash = T(msg, dict(appname=form_update.vars.name))