Hey guys, I'm having an issue where my RESTLet res...
# suitescript
r
Hey guys, I'm having an issue where my RESTLet responses are all getting additional website performance meta data at the end of my response. It looks something like this:
Copy code
<!-- 1,840 s: 67% #372 co: 0% #4-->
<!-- [ App Version ] [ 2019.1.0.78 ]-->
<!-- [ 841889 ] [ <mailto:email@email.com|email@email.com> ] [ /app/common/entity/custjob.nl ] [ Wed Jan 09 13:41:52 PST 2013 ] -->
<!-- Not logging slowest SQL -->
This is preventing me from using JSON.parse(). I feel like its some sort of setting that appends this to my response body