Remove deprecation notice since we're opening the web UI by default

This commit is contained in:
sabaimran
2023-07-03 12:01:09 -07:00
parent 92d81d3b16
commit 8bfd5828e6

View File

@@ -74,7 +74,6 @@ def run():
configure_routes(app)
start_server(app, host=args.host, port=args.port, socket=args.socket)
else:
logger.warning("🚧 GUI is being deprecated and may not work as expected. Starting...")
# Setup GUI
gui = QtWidgets.QApplication([])
main_window = MainWindow(args.host, args.port)