Removed log

This commit is contained in:
Wyatt Johnson
2017-02-24 09:57:57 -07:00
parent f5277ce5e3
commit 799727264e
-2
View File
@@ -136,8 +136,6 @@ describe('graph.loaders.Metrics', () => {
to: (new Date()).setMinutes((new Date()).getMinutes() + 5)
})
.then(({data, errors}) => {
console.log(JSON.stringify(errors, null, 2));
expect(errors).to.be.undefined;
expect(data.assetsByLike).to.have.length(liked);
expect(data.assetsByFlag).to.have.length(flagged);