Skip to content

Commit

Permalink
Fix last failing test, remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bartos committed Nov 28, 2016
1 parent 11c461f commit 53ea7ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/cue-settings/size/percent-value-proc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"height": "7px",
"left": "0px",
"position": "absolute",
"right": "176px",
"right": "170px",
"text-align": "center",
"top": "139px",
"white-space": "pre-line",
Expand Down
2 changes: 0 additions & 2 deletions tests/test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ function evalTest(vtt, json, testType, onDone) {
return onDone(e);
}
if (!deepEqual(vtt, json)) {
console.log(vtt);
console.log(json);
return onDone(new Error("Failed JSON diff while " + testType + ".\n" +
difflet.compare(vtt, json)));
}
Expand Down

0 comments on commit 53ea7ca

Please sign in to comment.