Skip to content

Commit

Permalink
Removed unnecessary commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brenner authored and Matthew Brenner committed Feb 10, 2018
1 parent 5db93a2 commit 2e09757
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ public boolean isQuiet() {
*/
@DataBoundSetter
public void setQuiet(boolean quiet) {
// this.quiet = (quiet != null) ? quiet : false;
this.quiet = quiet;
}

Expand Down

0 comments on commit 2e09757

Please sign in to comment.