Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove consoles
  • Loading branch information
imOscarCrespo committed Aug 26, 2019
commit 0ee5a01bca6c0867ed6ca5c1e5c8b604974e0e64
1 change: 0 additions & 1 deletion packages/botonic-react/src/components/button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export const Button = props => {
}

const renderNode = () => {
console.log('hi')
if (props.webview) {
let Webview = props.webview
let params = ''
Expand Down