Skip to content

Commit

Permalink
Remove console.log statement from FullWindowCanvas module
Browse files Browse the repository at this point in the history
  • Loading branch information
atomarch authored Aug 20, 2019
1 parent 6b59084 commit b20e95c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ function create() {
}

const onCameraStatusChange = ({status, video}) => {
console.log(`onCameraStatusChange: ${status}`)
if (status !== 'hasVideo') {
return
}
Expand Down

0 comments on commit b20e95c

Please sign in to comment.