Remove clearing connections. db.clear does the job

This commit is contained in:
Łukasz Oleś 2015-09-16 09:23:36 +00:00
parent f1651b0308
commit d293ab4979

View File

@ -721,8 +721,6 @@ def undeploy():
db.clear()
signals.Connections.clear()
main.add_command(deploy)
main.add_command(undeploy)