Skip to content

Commit

Permalink
#4051 remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Dec 6, 2017
1 parent 6a4691e commit 22a5fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/edu/harvard/iq/dataverse/DatasetPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,6 @@ public void setSelectAllFiles(boolean selectAllFiles) {
}

public void toggleAllSelected(){
System.out.print("in toggle all");
this.selectAllFiles = !this.selectAllFiles;
toggleSelectedFiles(this.selectAllFiles);
}
Expand Down

0 comments on commit 22a5fac

Please sign in to comment.