Skip to content

Commit 91fa5ba

Browse files
committed
🔮 remove console.log
1 parent 48b8147 commit 91fa5ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/apis.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,6 @@ test.serial('Utils: Format Results - depth with follow', t => {
314314
depth: 2, // depth gets subtracted during attributes, to see depth the format function needs at least depth: two
315315
};
316316

317-
// fixes a bug where sometimes testable.model.attributes is null
318-
console.log(JSON.stringify(testable, null, 2));
319-
320317
const formatted = apiUtils.format([testable.expected], testable.model.attributes, allTypes, query);
321318

322319
return formatted.then(result => {

0 commit comments

Comments
 (0)