Remove unwanted code

This commit is contained in:
Tony Garnock-Jones 2019-08-31 20:18:23 +01:00
parent 85804a9e6d
commit b2203b6f5b
1 changed files with 0 additions and 3 deletions

View File

@ -159,9 +159,6 @@ describe('common test suite', () => {
throw new Error('Invalid expectedValues entry for ' + tName);
}
})();
if (!is(textForm, back)) {
console.log(textForm, back);
}
it('should match the expected value', () => assert(is(textForm, back)));
it('should round-trip', () => assert(is(DS(E(textForm)), back)));
it('should go forward', () => assert(is(DS(E(forward)), back)));