We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be09f5 commit 9ca42c1Copy full SHA for 9ca42c1
src/Methods/Methods.tsx
@@ -62,7 +62,6 @@ class Methods extends Component<IProps> {
62
const methods: MethodObject[] = schema.methods;
63
const methodsExist = methods && methods.length > 0;
64
if (!schema || !schema.methods || !methodsExist) { return null; }
65
- console.log("uiSchema", uiSchema); // tslint:disable-line
66
return (
67
<div className={classes.root}>
68
<Typography variant="h3" gutterBottom>Methods</Typography>
0 commit comments