diff --git a/src/components/GoogleChartLoader.js b/src/components/GoogleChartLoader.js index 69f70d79..967d1d95 100644 --- a/src/components/GoogleChartLoader.js +++ b/src/components/GoogleChartLoader.js @@ -13,7 +13,6 @@ const googleChartLoader = { initPromise: {}, init: function init(packages, version) { debug('init', packages, version); - console.warn({ script }); if (this.isLoading || this.isLoaded) { return this.initPromise; }