EnviralDesign / TD-UberGui

UberGui is a lightweight multi-threaded, webRender UI module for TouchDesigner
MIT License
73 stars 5 forks source link

Errant print statement in extension #22

Closed drmbt closed 3 years ago

drmbt commented 3 years ago

looks like its line 369 in UG4 is a print statement that was driving me nuts because I wasn't sure where in my project it was coming from. If that needs to hit the textport, is debug a better option?

EnviralDesign commented 3 years ago

ah yes good catch I was debugging in a hurry that day and forgot to remove it after I was done. Thanks! Fixed and pushed.