Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisonian committed Aug 21, 2016
1 parent 4cc0406 commit 480f437
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/d3/axis.js
@@ -1,4 +1,3 @@
console.log('axis,,,')
var d3_svg_axisOrients = {
top: 1,
right: 1,
Expand Down
2 changes: 0 additions & 2 deletions test/test.js
Expand Up @@ -8,8 +8,6 @@ var jsdom = require('jsdom');
var Prerender = require('..');
var _ = require('lodash');

console.log(d3);

var cleanString = function (str) {
return str.replace(/\s+/g, ' ').trim();
};
Expand Down

0 comments on commit 480f437

Please sign in to comment.