Skip to content

Commit

Permalink
Temporarily removed debug for mcMMO commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Jun 21, 2014
1 parent 3b3daab commit 3f65b9e
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -113,7 +113,8 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {
String party = scriptEntry.getElement("party").asString();
String skill = scriptEntry.getElement("skill").asString();

// Report to dB
/*
// Report to dB TODO: fix... this, this is not right
dB.report(scriptEntry, getName(),
aH.debugObj("NPC", scriptEntry.getNPC().toString())
+ aH.debugObj("Action", action.toString())
Expand All @@ -123,6 +124,7 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {
+ aH.debugObj("Party", String.valueOf(party))
+ aH.debugObj("Skill", String.valueOf(skill))
+ aH.debugObj("Qty", String.valueOf(qty)));
*/

switch (action) {

Expand Down

0 comments on commit 3f65b9e

Please sign in to comment.