Skip to content

Commit

Permalink
no log
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Dec 11, 2024
1 parent 4c18390 commit 3378a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/managed-street.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ AFRAME.registerComponent('managed-street', {
if (!streetWidth) {
return;
}
console.log('streetWidth', streetWidth);
const streetLength = data.length;
if (!this.justifiedDirtBox) {
// try to find an existing dirt box
Expand Down

0 comments on commit 3378a6a

Please sign in to comment.