Skip to content

Commit

Permalink
Remove unnecessary warning (#131)
Browse files Browse the repository at this point in the history
This clutters up the console. Thanks!
  • Loading branch information
kaitlynreese authored and rakannimer committed Mar 29, 2017
1 parent bb7a05c commit 5c2b137
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/GoogleChartLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5c2b137

Please sign in to comment.