Skip to content

Commit

Permalink
Remove debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysteryem committed Jun 3, 2017
1 parent b2fad98 commit 497ac89
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package uk.co.mysterymayhem.gravitymod.asm.patches;

import net.minecraftforge.fml.common.FMLLog;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.tree.*;
Expand Down Expand Up @@ -273,13 +272,6 @@ private void setRelativeYDiffToZeroInsteadOfAbsoluteYDiff(ListIterator<AbstractI
}
}

@Override
protected void patchMethod(MethodNode methodNode) {
super.patchMethod(methodNode);
FMLLog.info("Patch complete");
Transformer.printMethodToFMLLogger(methodNode);
}

@Override
protected boolean shouldPatchMethod(MethodNode methodNode) {
return INetHandlerPlayServer$processPlayer_name.is(methodNode);
Expand Down

0 comments on commit 497ac89

Please sign in to comment.