From 77c0c5f32ae72c274f54e12fa8140fb9e2ef6061 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 3 Jan 2021 15:04:49 +0900 Subject: [PATCH] clean up --- src/friend.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/friend.ts b/src/friend.ts index 0f804ac..2e0cbbc 100644 --- a/src/friend.ts +++ b/src/friend.ts @@ -60,7 +60,6 @@ export default class Friend { } else { this.doc = exist; this.doc.user = { ...this.doc.user, ...opts.user }; - console.log(this.doc.user); this.save(); } } else if (opts.doc) {