Skip to content

Commit

Permalink
remove stray console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Aug 27, 2015
1 parent 529a81a commit d3f56f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <ian@meetjennings.com>"
Expand Down
2 changes: 0 additions & 2 deletions pubnub-c3.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ eon.c = {

var boot = function() {

console.log('xcol ' + options.xcolumn)

if(options.xcolumn) {
options.generate.data.x = options.xcolumn;
}
Expand Down

0 comments on commit d3f56f5

Please sign in to comment.