Skip to content

Commit dfac495

Browse files
chore: hide console.log
1 parent 731b725 commit dfac495

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/property.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ class Property extends BaseProperty {
6767
return 'reference'
6868
}
6969

70-
if (!key) {
71-
console.warn(`Unhandled type: ${this.sequelizePath.type}`)
72-
}
7370
const type = key && key[1]
7471
return type || 'string'
7572
}

0 commit comments

Comments
 (0)