diff --git a/Marlin/src/feature/tmc2130.cpp b/Marlin/src/feature/tmc2130.cpp
index a2623a45ca26348b8d04251279d1142f67433129..60a0ba1f687e9152378e21c100f4cfdb2f35de96 100644
--- a/Marlin/src/feature/tmc2130.cpp
+++ b/Marlin/src/feature/tmc2130.cpp
@@ -125,9 +125,6 @@ void tmc2130_checkOverTemp(void) {
     #if ENABLED(E4_IS_TMC2130)
       automatic_current_control(stepperE4, "E4");
     #endif
-    #if ENABLED(E4_IS_TMC2130)
-      automatic_current_control(stepperE4);
-    #endif
   }
 }