mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
and remove useless print
This commit is contained in:
parent
bea6e3b97f
commit
2d2260dd19
@ -71,8 +71,4 @@ class Command(BaseCommand):
|
||||
|
||||
admin_media_path = options.pop('admin_media_path', '')
|
||||
quit_command = (sys.platform == 'win32') and 'CTRL-BREAK' or 'CONTROL-C'
|
||||
|
||||
print "Server is running"
|
||||
print "Quit the server with %s." % quit_command
|
||||
|
||||
DjangoApplicationCommand(options, admin_media_path).run()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user