Skip to content

Commit

Permalink
remove debug line used for query counting #3637
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed May 24, 2017
1 parent 7c79b14 commit de9f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/DataversePage.java
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public void setOwnerId(Long ownerId) {
}

public String init() {
System.out.println("_YE_OLDE_QUERY_COUNTER_"); // for debug purposes
//System.out.println("_YE_OLDE_QUERY_COUNTER_"); // for debug purposes

if (dataverse.getAlias() != null || dataverse.getId() != null || ownerId == null) {// view mode for a dataverse
if (dataverse.getAlias() != null) {
Expand Down

0 comments on commit de9f861

Please sign in to comment.