Skip to content

Commit a3dc2eb

Browse files
committed
fix(have-many): remove console
1 parent 73b5b95 commit a3dc2eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/methods/have-many.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import { expect } from 'chai';
22

33
export function haveMany(relationship, model, foreignKey) {
44
const props = this._obj.definition.properties;
5-
65
const relObj = props.relations[relationship];
7-
// console.log(relObj);
86
expect(relObj).to.haveOwnProperty('type');
97
expect(relObj.type).to.equal('hasMany');
108

0 commit comments

Comments
 (0)