Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c349f6b

Browse files
committed
revise logging
1 parent ab15e6c commit c349f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

initializers/v3client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ function getMemberGroups(connection, callback) {
228228
callback(err);
229229
} else {
230230
var groupResponse = body.result.content;
231-
console.log(groupResponse);
232231
while(groupResponse) {
232+
console.log("group id to add: " + groupResponse.id);
233233
memberGroups.push(groupResponse.id);
234+
console.log("member group ids: " + memberGroups);
234235
groupResponse = groupResponse.parentGroup;
235-
console.log(groupResponse);
236236
}
237237
}
238238
})

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy