removed random console.log
This commit is contained in:
parent
e7f9a54ca5
commit
db002ff1d1
|
@ -14,8 +14,6 @@ export default withRouter(props => {
|
|||
const template = getTemplateSafely(name)
|
||||
const description = descriptions[name] || ''
|
||||
|
||||
console.log({ name, template })
|
||||
|
||||
return (
|
||||
<div className="page" id="logic-gate-info-page">
|
||||
<div className="gate-preview">
|
||||
|
|
Loading…
Reference in a new issue