Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek committed Dec 15, 2024
1 parent 797e4e0 commit ffba423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/type/text2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ function text2d(p5, fn) {
Renderer.prototype.textProperty = function (prop, value, opts) {

let modified = false, debug = opts?.debug || false;
console.log({ prop, value })

// getter: return option from this.states or this.textDrawingContext()
if (typeof value === 'undefined') {
Expand Down

0 comments on commit ffba423

Please sign in to comment.