Skip to content

Commit

Permalink
delete phet.log for LidDragListener, #213
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 21, 2024
1 parent ff83e68 commit 9d016d8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/common/view/LidDragListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ export default class LidDragListener extends RichDragListener {
}
},

// When the lid handle is released, log the opening.
end: () => {
phet.log && phet.log( container.isOpenProperty.value ?
`Lid is open: ${container.getOpeningLeft()} to ${container.getOpeningRight()} pm` :
'Lid is closed' );
},

isDisposable: false,
tandem: tandem
} );
Expand Down

0 comments on commit 9d016d8

Please sign in to comment.