diff --git a/functions/postwomanTesting.js b/functions/postwomanTesting.js index a1d7cfd60..aad694ec8 100644 --- a/functions/postwomanTesting.js +++ b/functions/postwomanTesting.js @@ -6,8 +6,6 @@ const PASS = 'PASS', //TODO: probably have to use a more global state for `test` export default function runTestScriptWitVariables(script, variables) { - console.log(script); - console.log('start of the thing'); let pw = { _errors: [], _testReports: [], diff --git a/pages/index.vue b/pages/index.vue index 3e16e1b47..861d59e8a 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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);