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

@@ -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: [],