Skip to content

Commit

Permalink
Update index.js - use console.info not console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel authored Feb 25, 2025
1 parent 8f77ecd commit def2d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class ThreeGeo {

if (this.isDebug) {
//console.warn('`isDebug` is true; terrains support `.userData.debug()`.');
console.info('`isDebug` is true; terrains support `.userData.debug()`.'); // ??
}
}

Expand Down

0 comments on commit def2d43

Please sign in to comment.