removed logs
This commit is contained in:
@@ -45,8 +45,6 @@ export const handler = safeHandler(async (
|
||||
throw new ApiError(400, 'Invalid schoolCompanyXids');
|
||||
}
|
||||
|
||||
console.log('schoolCompanyXids', schoolCompanyXids);
|
||||
|
||||
const result = await userService.getAllActivitiesFromConnectionsUserInterests(
|
||||
userId,
|
||||
schoolCompanyXids,
|
||||
|
||||
@@ -2661,7 +2661,6 @@ export class UserService {
|
||||
},
|
||||
});
|
||||
|
||||
console.log('networkUsers', networkUsers);
|
||||
|
||||
if (!networkUsers.length) {
|
||||
return {
|
||||
@@ -2697,8 +2696,6 @@ export class UserService {
|
||||
|
||||
const distinctInterests = networkUserInterests.map(i => i.interestXid);
|
||||
|
||||
console.log('distinctInterests', distinctInterests);
|
||||
|
||||
if (!distinctInterests.length) {
|
||||
return {
|
||||
interests: [],
|
||||
|
||||
Reference in New Issue
Block a user