فهرست منبع

Cleanup: Remove unhelpful debug pring

Joseph Brandenburg 7 ماه پیش
والد
کامیت
f6dd83d4ec
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      misc_containers.py

+ 0 - 1
misc_containers.py

@@ -613,7 +613,6 @@ class UtilityFCurve(MantisNode):
         if len(keys) <1:
             prOrange(f"WARN: no keys in fCurve {self}.")
         keys.append(extrap_mode)
-        print (keys)
         self.parameters["fCurve"] = keys
         self.executed = True
 #TODO make the fCurve data a data class instead of a dict