Skip to content

Commit

Permalink
Removed unused/ commented out imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Jun 18, 2019
1 parent a1d8a36 commit 1a18f9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion static/js/telescope_availability_chart.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Vue from 'vue';
import BootstrapVue from 'bootstrap-vue';
import $ from 'jquery';

import {siteCodeToName, observatoryCodeToNumber, telescopeCodeToName} from './utils.js';
import App from './telescope_availability_chart.vue';
Expand Down
3 changes: 0 additions & 3 deletions static/js/telescope_availability_chart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
import _ from 'lodash';
import $ from 'jquery';
// import 'eonasdan-bootstrap-datetimepicker';
// import 'eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css';
export default {
name: 'app',
data: function(){
Expand Down

0 comments on commit 1a18f9e

Please sign in to comment.