Skip to content

Commit

Permalink
#10286 remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Feb 26, 2024
1 parent b17d3d9 commit 3751638
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 @@ -440,7 +440,6 @@ public Response getVersion(@Context ContainerRequestContext crc,
if (excludeFiles == null ? true : !excludeFiles) {
dsv = datasetversionService.findDeep(dsv.getId());
}
System.out.print("returnOwners: " + includeOwners);
return ok(json(dsv, null, excludeFiles == null ? true : !excludeFiles, includeOwners));
}, getRequestUser(crc));
}
Expand Down

0 comments on commit 3751638

Please sign in to comment.