remove print statement
This commit is contained in:
parent
56fd258970
commit
73c0fc8c31
1 changed files with 0 additions and 1 deletions
|
@ -825,7 +825,6 @@ Ox.test = function(argument, callback) {
|
|||
}
|
||||
Ox.Log('TEST', statement);
|
||||
actual = eval(statement);
|
||||
Ox.print(JSON.stringify(actual))
|
||||
if (!isAsync && test.expected) {
|
||||
Ox.test.data[id].results.push({
|
||||
actual: stringifyResult(actual),
|
||||
|
|
Loading…
Reference in a new issue