remove console logs

This commit is contained in:
Nicholas Palenchar
2020-01-24 09:01:59 -05:00
parent 61bf735315
commit 24584cdadd
2 changed files with 0 additions and 5 deletions

View File

@@ -2174,10 +2174,7 @@
body: this.response.body,
headers: this.response.headers
};
console.log(syntheticResponse);
debugger;
const testResults = runTestScriptWitVariables(this.testScript, {response: syntheticResponse});
console.log('$$$', testResults);
} catch (error) {
console.error(error);