Skip to content

Commit

Permalink
#4139 - remove extra debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Nov 2, 2017
1 parent 39b927f commit c5d46fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/edu/harvard/iq/dataverse/FilePage.java
Original file line number Diff line number Diff line change
Expand Up @@ -717,9 +717,7 @@ public boolean isLockedFromDownload(){
} catch (IllegalCommandException ex) {
return true;
}
System.out.print("returning false from is locked from Download....");
return false;

return false;
}

public String getPublicDownloadUrl() {
Expand Down

0 comments on commit c5d46fe

Please sign in to comment.