Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Remove some debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Dec 26, 2014
1 parent 9b76679 commit 82f3868
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/cnaude/purpleirc/IRCCommandSender.java
Expand Up @@ -108,7 +108,6 @@ public String getName() {
*/
@Override
public Set<PermissionAttachmentInfo> getEffectivePermissions() {

return null;
}

Expand All @@ -119,7 +118,6 @@ public Set<PermissionAttachmentInfo> getEffectivePermissions() {
*/
@Override
public boolean hasPermission(final String perm) {
System.out.println("Perm: " + perm);
return true;
}

Expand Down Expand Up @@ -241,4 +239,5 @@ public PermissionAttachment addAttachment(final Plugin arg0, final String arg1,

return null;
}

}

0 comments on commit 82f3868

Please sign in to comment.