Skip to content

Commit 75361de

Browse files
committed
chore: 🔥 remove console
1 parent 7b3ebff commit 75361de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/objects.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export function isPlainObject(value: any) {
8080
if (ctor === undefined) return true
8181

8282
const prot = ctor.prototype
83-
console.warn('is obj', isObject(prot))
8483
if (!isObject(prot)) return false
8584

8685
return hasOwnProperty(prot, 'isPrototypeOf')

0 commit comments

Comments
 (0)