Skip to content

Commit

Permalink
remove debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Rueckstiess committed Dec 15, 2016
1 parent 8a6b852 commit e2fbe6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/internal-packages/schema/lib/component/minichart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const D3Component = require('./d3component');
const vizFns = require('../d3');
const Actions = require('../action');

const debug = require('debug')('mongodb-compass:schema:minichart');
// const debug = require('debug')('mongodb-compass:schema:minichart');

const { STRING, DECIMAL_128, DOUBLE, LONG, INT_32, NUMBER } = require('../helpers');

Expand Down Expand Up @@ -82,8 +82,6 @@ const Minichart = React.createClass({
const fn = vizFns[typeName.toLowerCase()];
const width = this.state.containerWidth;

debug('typename for fn', typeName.toLowerCase());

if (_.includes([ STRING, NUMBER ], typeName) && !hasDuplicates) {
return (
<UniqueMinichart
Expand Down

0 comments on commit e2fbe6a

Please sign in to comment.