Skip to content

Commit 9ca42c1

Browse files
shanejonaszcstarr
andauthored
Update src/Methods/Methods.tsx
Co-Authored-By: Zane Starr <zcstarr@gmail.com>
1 parent 0be09f5 commit 9ca42c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Methods/Methods.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class Methods extends Component<IProps> {
6262
const methods: MethodObject[] = schema.methods;
6363
const methodsExist = methods && methods.length > 0;
6464
if (!schema || !schema.methods || !methodsExist) { return null; }
65-
console.log("uiSchema", uiSchema); // tslint:disable-line
6665
return (
6766
<div className={classes.root}>
6867
<Typography variant="h3" gutterBottom>Methods</Typography>

0 commit comments

Comments
 (0)