Tidy extra print.

This commit is contained in:
Matthew Stratford 2020-11-01 02:43:48 +00:00
parent 1be060ab42
commit 1a4b61293c
No known key found for this signature in database
GPG key ID: 9E53C8B3F0B57395

View file

@ -214,8 +214,6 @@ def stopServer():
else:
print("Shutting down Flask.")
shutdown()
else:
print(str(stopping))
if __name__ == "__main__":