mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Remove console log
This commit is contained in:
parent
8d565a7ec7
commit
26ceeb29d7
@ -117,7 +117,6 @@ Responses.propTypes = {
|
||||
|
||||
const Method = ({ keyName, value }) => {
|
||||
const { summary, description, parameters, responses } = value
|
||||
console.log('---', summary, responses)
|
||||
return (
|
||||
<div className={styles.method}>
|
||||
<h3 className={styles.pathMethod} data-type={keyName}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user