scztt / LanguageServer.quark

16 stars 10 forks source link

SignatureProvider: Remove stray debugging postln #20

Closed jamshark70 closed 5 months ago

jamshark70 commented 9 months ago

If I type SynthDef(, the post window says:

Meta_SynthDef

... and it continues to post this for basically every keystroke.

It took a while, but I finally found the line where this is happening. This PR removes the line (which is otherwise a no-op).

It's a quite maddening behavior, so I hope this could be merged sooner rather than later.

(BTW for this repository, do you prefer PRs for develop or master?)