Skip to content

Commit

Permalink
Forgot to remove debug variable.
Browse files Browse the repository at this point in the history
Yep.
  • Loading branch information
501st-alpha1 committed Nov 11, 2012
1 parent 2f15cdf commit cc5b179
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file modified com/scott_weldon/xp_to_emerald/XPtoEmeraldListener.class
Binary file not shown.
3 changes: 0 additions & 3 deletions com/scott_weldon/xp_to_emerald/XPtoEmeraldListener.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.scott_weldon.xp_to_emerald;

import java.util.logging.Logger;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.Sign;
Expand All @@ -13,12 +12,10 @@

public class XPtoEmeraldListener implements Listener {
private XPtoEmerald plugin;
private Logger debug;

public XPtoEmeraldListener(XPtoEmerald plugin) {
this.plugin = plugin;
plugin.getServer().getPluginManager().registerEvents(this, plugin);
debug = plugin.getLogger();
}

@EventHandler
Expand Down

0 comments on commit cc5b179

Please sign in to comment.