Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
eiof committed Nov 6, 2015
1 parent 829972c commit 508e743
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions dist/react-json-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ var _componentMap = null;
var ReactJsonSchema = (function () {
function ReactJsonSchema() {
_classCallCheck(this, ReactJsonSchema);

console.log(_node_modulesReactLibReactDOM2['default']);
}

_createClass(ReactJsonSchema, [{
Expand Down
2 changes: 1 addition & 1 deletion dist/react-json-schema.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions lib/ReactJsonSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ let _componentMap = null;

export default class ReactJsonSchema {

constructor() {
console.log(ReactDOM);
}

parseSchema(schema) {
let element = null;
let elements = null;
Expand Down

0 comments on commit 508e743

Please sign in to comment.