Skip to content

Commit 6dee9fc

Browse files
committed
Remove console log
1 parent 073b98e commit 6dee9fc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bundle.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,6 @@ return /******/ (function(modules) { // webpackBootstrap
771771
f.items = [];
772772
options.lookup[(0, _sfPath.stringify)(options.path)] = f;
773773

774-
console.log('fieldset', f, schema);
775774
//recurse down into properties
776775
if (schema.properties) {
777776
Object.keys(schema.properties).forEach(function (key) {

lib/schemaDefaults.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ export function fieldset(name, schema, options, defaultFormDef) {
163163
f.items = [];
164164
options.lookup[stringify(options.path)] = f;
165165

166-
console.log('fieldset', f, schema);
167166
//recurse down into properties
168167
if (schema.properties) {
169168
Object.keys(schema.properties).forEach((key) => {

0 commit comments

Comments
 (0)