Skip to content

Commit

Permalink
Merge pull request #305 from ptcrealitylab/drawLogs
Browse files Browse the repository at this point in the history
Remove unnecessary log messages
  • Loading branch information
dangond-ptc authored Feb 16, 2024
2 parents 7733648 + 6a5dc1a commit 0bec2b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/spatialDraw/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,10 @@ envelope.onClose(() => {
scene.visible = false;
});
envelope.onBlur(() => {
console.log('spatialDraw envelope.onBlur');

// hide the 2D UI
ui.style.display = 'none';
});
envelope.onFocus(() => {
console.log('spatialDraw envelope.onFocus');

// show the UI
ui.style.display = '';
});
Expand Down

0 comments on commit 0bec2b7

Please sign in to comment.