diff --git a/bullet-train-core.js b/bullet-train-core.js index 5f2f7b0..50bf064 100644 --- a/bullet-train-core.js +++ b/bullet-train-core.js @@ -8,7 +8,6 @@ const BulletTrain = class { this.getJSON = function (url, method) { const { environmentID } = this; - console.log(url); return fetch(url + '?format=json', { method: method || 'GET', headers: { @@ -170,4 +169,4 @@ const BulletTrain = class { module.exports = function ({ fetch }) { return new BulletTrain({ fetch }); -}; \ No newline at end of file +};