Removed loglevel
Removed dependency which we're not actually using for anything. Change-Id: I4ced0fa4437b7c731c6a8c2e6bc7fa65be901820
This commit is contained in:
@@ -29,8 +29,7 @@
|
|||||||
"homepage": "http://www.openstack.org/",
|
"homepage": "http://www.openstack.org/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-polyfill": "^6.9.1",
|
"babel-polyfill": "^6.9.1",
|
||||||
"isomorphic-fetch": "^2.2.1",
|
"isomorphic-fetch": "^2.2.1"
|
||||||
"loglevel": "^1.4.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "^6.10.1",
|
"babel-cli": "^6.10.1",
|
||||||
|
@@ -1,8 +1,5 @@
|
|||||||
import 'babel-polyfill';
|
import 'babel-polyfill';
|
||||||
import 'isomorphic-fetch';
|
import 'isomorphic-fetch';
|
||||||
import log from 'loglevel';
|
|
||||||
|
|
||||||
log.setLevel('INFO');
|
|
||||||
|
|
||||||
export default class Test {
|
export default class Test {
|
||||||
getUrl (url) {
|
getUrl (url) {
|
||||||
|
@@ -1,8 +1,5 @@
|
|||||||
import log from 'loglevel';
|
|
||||||
import Http from './util/http';
|
import Http from './util/http';
|
||||||
|
|
||||||
log.setLevel('INFO');
|
|
||||||
|
|
||||||
export default class Keystone {
|
export default class Keystone {
|
||||||
|
|
||||||
constructor (cloudConfig) {
|
constructor (cloudConfig) {
|
||||||
|
Reference in New Issue
Block a user