Skip to content

Commit

Permalink
remove debug line #10519
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Nov 5, 2024
1 parent 399fe8d commit be83ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/edu/harvard/iq/dataverse/api/Datasets.java
Original file line number Diff line number Diff line change
Expand Up @@ -5252,7 +5252,6 @@ public Response updateDatasetTypeLinksWithMetadataBlocks(@Context ContainerReque
JsonArray json = JsonUtil.getJsonArray(jsonBody);
for (JsonString jsonValue : json.getValuesAs(JsonString.class)) {
String name = jsonValue.getString();
System.out.println("name: " + name);
MetadataBlock metadataBlock = metadataBlockSvc.findByName(name);
if (metadataBlock != null) {
metadataBlocksToSave.add(metadataBlock);
Expand Down

0 comments on commit be83ada

Please sign in to comment.