Skip to content

Commit

Permalink
Remove unwanted "System.out.print ..."
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jul 13, 2022
1 parent 33a1c7c commit 893aff8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ private static List<LwM2mLink> getBootstrapObjectDescriptionWithoutRoot(LwM2mObj

// handle oscore
if (objectEnabler.getId() == LwM2mId.OSCORE) {
System.out.println(oscoreAttributesByInstanceId);
if (oscoreAttributesByInstanceId != null) {
List<LwM2mAttribute<?>> oscoreAttributes = oscoreAttributesByInstanceId.get(instanceId);
if (oscoreAttributes != null && !oscoreAttributes.isEmpty()) {
Expand Down

0 comments on commit 893aff8

Please sign in to comment.