diff --git a/lib/sandbox/pmapi.js b/lib/sandbox/pmapi.js index bf506d11..06b0f01e 100644 --- a/lib/sandbox/pmapi.js +++ b/lib/sandbox/pmapi.js @@ -205,14 +205,6 @@ function Postman (execution, onRequest, onSkipRequest, onAssertion, cookieStore, */ response: execution.response, - /** - * pm.message contains information about an individual message (varies by protocol) - * received from a server or sent from the client that the script is being run on. - * - * @type {Object} - */ - message: execution.message, - /** * The cookies object contains a list of cookies that are associated with the domain * to which the request was made.