diff --git a/bower.json b/bower.json index a28aad1..9986b53 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "eon-chart", - "version": "0.3.2", + "version": "0.3.3", "homepage": "https://github.com/pubnub/eon-chart", "authors": [ "Ian Jennings " diff --git a/pubnub-c3.js b/pubnub-c3.js index 2d5ec50..3c8f987 100644 --- a/pubnub-c3.js +++ b/pubnub-c3.js @@ -219,8 +219,6 @@ eon.c = { var boot = function() { - console.log('xcol ' + options.xcolumn) - if(options.xcolumn) { options.generate.data.x = options.xcolumn; }