Enable/disable print
-
This post is deleted! -
As far as I know there is no concept of variadic argument lists in Javascript so the comma solution doesn't work.
But don't bother about the overhead of the Console.print function as this function will simply be ignored in compiled plugins (the parser will just skip any function calls to Console methods)
-
Good to know, thanks.