loopier / animatron-godot3

Yet another implementation of Animatron, but in Godot
GNU General Public License v3.0
17 stars 1 forks source link

Logger might make `allowStatusReport` innecessary #50

Open loopier opened 1 year ago

loopier commented 1 year ago

I implemented a logger in https://github.com/loopier/animatron/commit/0264180a0aeb9cdac269bd8da1856acbc2e71b07. There was an allowStatusReport all over the place to print OSC info depending on its value, that could be changed with /debug. The new logging system might make this innecessary, but I didn't want to remove it until I was sure it was. Should we remove it?