Repository: incubator-airflow
Updated Branches:
  refs/heads/master 1d93d1b54 -> dbcb93c36


[AIRFLOW-2615] Remove not used app creation


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/9525003f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/9525003f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/9525003f

Branch: refs/heads/master
Commit: 9525003ff929020b553c3a9ed7aff121d83a2bd6
Parents: 0f4d681
Author: Kevin Yang <kevin.y...@airbnb.com>
Authored: Thu Jun 14 17:48:05 2018 -0700
Committer: Kevin Yang <kevin.y...@airbnb.com>
Committed: Thu Jun 14 18:50:06 2018 -0700

----------------------------------------------------------------------
 airflow/bin/cli.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/9525003f/airflow/bin/cli.py
----------------------------------------------------------------------
diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py
index b56e325..7243286 100644
--- a/airflow/bin/cli.py
+++ b/airflow/bin/cli.py
@@ -787,7 +787,6 @@ def webserver(args):
         app.run(debug=True, port=args.port, host=args.hostname,
                 ssl_context=(ssl_cert, ssl_key) if ssl_cert and ssl_key else 
None)
     else:
-        app = cached_app_rbac(conf) if settings.RBAC else cached_app(conf)
         pid, stdout, stderr, log_file = setup_locations(
             "webserver", args.pid, args.stdout, args.stderr, args.log_file)
         if args.daemon:

Reply via email to