Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
emeeks committed May 11, 2020
1 parent 1f54bfd commit ec51578
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/interactionLayerBehavior/InteractionCanvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,9 @@ class InteractionCanvas extends React.Component<InteractionCanvasProps, Interact

interactionContext2D.lineWidth = 1

console.log("SHOULD BE DRAWING")

overlayRegions.forEach((overlay, oi) => {

const overlayD = overlay.props.d || overlay.props.children[0].props.d
if (oi < 100) {
console.log("overlayD", overlayD)
}
const interactionRGBA = `rgba(${Math.floor(
Math.random() * 255
)},${Math.floor(Math.random() * 255)},${Math.floor(
Expand Down

0 comments on commit ec51578

Please sign in to comment.