I always find it somewhat jarring to have to use node.warn in a function node (or use a second output port and dump a msg) when all I want to do is to get some debug output to the debug panel.
It would be really nice if we could have some kind of simple log feature in the function node that outputs data without it having to show up as a warning or having to output a msg.
Ideally, it would allow multiple arguments that could be of any type similar to how console.log works but just outputting to the debug panel as an object.