Skip to content

Commit

Permalink
Removed Debug info
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schauer-Koeckeis <[email protected]>
  • Loading branch information
Gepardgame committed Aug 27, 2024
1 parent 14b557e commit 12c72d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ public Response createProject(Project jsonProject) {
jsonProject.setParent(parent);
}
final List<Team> choosenTeams = jsonProject.getAccessTeams();
LOGGER.info(choosenTeams.toString());
Principal principal = getPrincipal();
List<Team> userTeams = new ArrayList<Team>();
if (principal instanceof final UserPrincipal userPrincipal) {
Expand Down

0 comments on commit 12c72d4

Please sign in to comment.