chore(core): Don't raise debug info for path.render
This commit is contained in:
parent
929822b249
commit
d05e7f2196
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ Path.prototype.withRaise = function (raise = false) {
|
|||
Path.prototype.setRender = function (render = true) {
|
||||
if (render) this.render = true
|
||||
else this.render = false
|
||||
if (this.debug) this.raise.debug('Setting `Path.render` to ' + (render ? '`true`' : '`false`'))
|
||||
|
||||
return this
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue