Skip to content

Commit

Permalink
remove testlogging
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Apr 17, 2024
1 parent 4ac24e0 commit 062aba8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ public Mono<InstanceObject> map(Long sourceApplicationId, IncomingInstance incom
return postFile(sourceApplicationId, incomingInstance)
.map(uuid -> InstanceObject.builder()
.valuePerKey(toValuePerKey(incomingInstance, uuid))
.build())
.doOnNext(instanceObject -> log.info("NEXT GENERATION: {}", instanceObject.toString()))
.log("YOLO");
.build());
}

private static Map<String, String> toValuePerKey(IncomingInstance incomingInstance, UUID uuid) {
Expand Down

0 comments on commit 062aba8

Please sign in to comment.