Skip to content

Commit 8ae144e

Browse files
committed
Remove debug annotation
1 parent e4e58e3 commit 8ae144e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/gregtech/mixins/mui2/LangKeyMixin.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import com.cleanroommc.modularui.drawable.text.LangKey;
55
import com.llamalad7.mixinextras.injector.ModifyExpressionValue;
66
import org.jetbrains.annotations.NotNull;
7-
import org.spongepowered.asm.mixin.Debug;
87
import org.spongepowered.asm.mixin.Mixin;
98
import org.spongepowered.asm.mixin.Shadow;
109
import org.spongepowered.asm.mixin.injection.At;
@@ -36,7 +35,6 @@ public String switchNewLines(String original) {
3635
return original.replace("/n", "\n");
3736
}
3837

39-
@Debug(export = true)
4038
@Inject(method = "<init>(Ljava/util/function/Supplier;Ljava/util/function/Supplier;)V",
4139
at = @At(value = "RETURN"))
4240
private void setTimeToNegativeOne(@NotNull Supplier<String> keySupplier, @NotNull Supplier<Object[]> argsSupplier,

0 commit comments

Comments
 (0)