Skip to content

Commit

Permalink
minor removing some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedc committed Jan 25, 2018
1 parent c4dbaf5 commit 6f57415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HandleMorph.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ class HandleMorph extends Morph

# HandleMorph events:
mouseEnter: ->
console.log "<<<<<< handle mousenter"
#console.log "<<<<<< handle mousenter"
@state = @STATE_HIGHLIGHTED
@changed()

mouseLeave: ->
console.log "<<<<<< handle mouseleave"
#console.log "<<<<<< handle mouseleave"
@state = @STATE_NORMAL
@changed()

Expand Down

0 comments on commit 6f57415

Please sign in to comment.