This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/master by this push:
new c1890c3 Removing unused import
c1890c3 is described below
commit c1890c32ce4bb4bc273da6d31fc9c962b48ab1ac
Author: Marcus Christie <[email protected]>
AuthorDate: Wed Sep 11 08:46:45 2019 -0400
Removing unused import
---
django_airavata/static/common/js/entry.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/django_airavata/static/common/js/entry.js
b/django_airavata/static/common/js/entry.js
index 2063b4a..6dac815 100644
--- a/django_airavata/static/common/js/entry.js
+++ b/django_airavata/static/common/js/entry.js
@@ -1,7 +1,6 @@
import Vue from "vue";
import BootstrapVue from "bootstrap-vue";
import GlobalErrorHandler from "./errors/GlobalErrorHandler";
-import { session } from "django-airavata-api";
GlobalErrorHandler.init();