Skip to content

Commit 35e6f6b

Browse files
author
riteshsangwan
committed
remove console log
1 parent ee4f12b commit 35e6f6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/UserService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ function* registerSocialUser(auth, entity) {
134134
// we don't need to check here for social network type, as social network id itself
135135
// embed the social network type
136136
const existingUser = yield User.findOne({ $or: [{email: entity.email}, {socialNetworkId: auth.sub}] });
137-
console.log(auth);
138137
let user;
139138
if (existingUser) {
140139
// update social network type

0 commit comments

Comments
 (0)