Skip to content

Commit eb5ff66

Browse files
committed
Remove temporary parsing for tests
1 parent d74ec4d commit eb5ff66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/src/net/Server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export default class Server {
103103
o.flavor = o.flavor || "js";
104104
o.text = o.text || null;
105105
if (o.tool && o.tool.id) { o.tool.id = o.tool.id.toLowerCase(); }
106-
if (typeof o.tests === "string") { o.tests = JSON.parse(o.tests); } // TODO: remove.
107106
}
108107

109108
static _prepPattern(o, fork) {

0 commit comments

Comments
 (0)