From 85da151af0ef6635a8058aaa76f60a1fa53ef21c Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 8 Oct 2019 11:01:19 +0200 Subject: [PATCH] fix: remove code not used --- .kibana-plugin-helpers.json | 3 --- index.js | 1 - public/index.scss | 4 ---- 3 files changed, 8 deletions(-) delete mode 100644 .kibana-plugin-helpers.json delete mode 100644 public/index.scss diff --git a/.kibana-plugin-helpers.json b/.kibana-plugin-helpers.json deleted file mode 100644 index 142c365..0000000 --- a/.kibana-plugin-helpers.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "styleSheetToCompile": "public/index.scss" -} \ No newline at end of file diff --git a/index.js b/index.js index dcbe4ca..9572ecb 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,4 @@ export default function (kibana) { - console.log('getCSS', resolve(__dirname, 'public/index.scss')); return new kibana.Plugin({ uiExports: { visTypes: [ diff --git a/public/index.scss b/public/index.scss deleted file mode 100644 index 536b8f5..0000000 --- a/public/index.scss +++ /dev/null @@ -1,4 +0,0 @@ -@import 'src/ui/public/styles/styling_constants'; - - -@import 'index' \ No newline at end of file