Skip to content

Commit

Permalink
removed excess dB.log's from FishingTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeebiss committed Mar 8, 2013
1 parent 5f9bf25 commit 54b3375
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -81,7 +81,6 @@ public void startFishing(Location location) {
DenizenAPI.getDenizenNPC(npc).action("start fishing", null);
fishingLocation = location.clone();
cast();
dB.log("... " + npc.getName() + " should be fishing!");
fishing = true;
}

Expand All @@ -91,7 +90,6 @@ public void startFishing(Location location) {
public void stopFishing() {
DenizenAPI.getDenizenNPC(npc).action("stop fishing", null);

dB.log("...removing fish hook.");
reel();

fishingLocation = null;
Expand Down

0 comments on commit 54b3375

Please sign in to comment.