From 30982f806beb1cd334463d743b38aefe4130e834 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 31 Mar 2018 19:06:06 -0400 Subject: [PATCH] oops --- test/runner.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/runner.html b/test/runner.html index 04a5712..a6c883e 100644 --- a/test/runner.html +++ b/test/runner.html @@ -43,16 +43,6 @@ r.fail.forEach((f) => document.write(`
${f}`)); } }); - - function assert(exp, msg) { - try { - let val = eval(exp); - - } catch (err) { - console.log(err); - } - } -