Skip to content

Commit

Permalink
Merge pull request #80 from scholarsportal/Jayanthy-develop-globus-ph…
Browse files Browse the repository at this point in the history
…ase2

DAT353 - removed hardcoded credential information
  • Loading branch information
JayanthyChengan authored Jan 4, 2021
2 parents 5348a16 + d9eaeed commit e6d499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/api/GlobusApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public Response globus(@PathParam("id") String datasetId,

private void msg(String m) {
//System.out.println(m);
logger.fine(m);
logger.info(m);
}

private void dashes() {
Expand Down

0 comments on commit e6d499b

Please sign in to comment.