1
0
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:
Akshay 2021-08-08 20:12:36 +02:00
parent 8d565a7ec7
commit 26ceeb29d7

View File

@ -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}>