Remove console.log

This commit is contained in:
Kyle Shockey
2017-07-28 17:52:02 -07:00
parent 9c31b14731
commit 2173900c82

View File

@@ -282,7 +282,6 @@ export class Model extends Component {
}
getModelName =( ref )=> {
console.log({ref})
if ( ref.indexOf("#/definitions/") !== -1 ) {
return ref.replace(/^.*#\/definitions\//, "")
}