Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hk0d3 committed Nov 20, 2011
1 parent c2c186d commit 28e401c
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -183,8 +183,6 @@ public boolean performCheck(String permission, String worldName) {
@Override @Override
public void recalculatePermissions() { public void recalculatePermissions() {
super.recalculatePermissions(); super.recalculatePermissions();

System.out.println("Cache cleared!");


if (this.cache != null) { if (this.cache != null) {
this.cache.clear(); this.cache.clear();
Expand Down

0 comments on commit 28e401c

Please sign in to comment.