Skip to content

Commit

Permalink
Bug 567032 issue floating license configuration wizard
Browse files Browse the repository at this point in the history
Remove debug print.

Signed-off-by: eparovyshnaya <[email protected]>
  • Loading branch information
eparovyshnaya committed Nov 3, 2020
1 parent ea214ee commit 794c41c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ private ProductRef product() {

private Collection<UserGrant> userGrants() {
return request.users().stream()//
.peek(System.out::println)//
.map(users::getUser)//
.map(this::userGrant)//
.collect(Collectors.toSet());
Expand Down

0 comments on commit 794c41c

Please sign in to comment.