Remove console.log
This commit is contained in:
@@ -282,7 +282,6 @@ export class Model extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getModelName =( ref )=> {
|
getModelName =( ref )=> {
|
||||||
console.log({ref})
|
|
||||||
if ( ref.indexOf("#/definitions/") !== -1 ) {
|
if ( ref.indexOf("#/definitions/") !== -1 ) {
|
||||||
return ref.replace(/^.*#\/definitions\//, "")
|
return ref.replace(/^.*#\/definitions\//, "")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user