Let's say I have a Fire exposed function def X(paramA): return {'paramA': paramA} Fire will automatically print out the function return to the screen. It is possible to suppress the printing of function return?