From 30ee43b2b7ea1ed625117055f249f3a5db23e582 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 22 Feb 2021 15:32:24 -0500 Subject: [PATCH] Nuke accidental debug print. --- korman/exporter/animation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/korman/exporter/animation.py b/korman/exporter/animation.py index 58b3c20..e37b653 100644 --- a/korman/exporter/animation.py +++ b/korman/exporter/animation.py @@ -614,7 +614,6 @@ class AnimationConverter: def _process_fcurve(self, fcurve, convert=None) -> Tuple[Sequence, AbstractSet]: """Like _process_keyframes, but for one fcurve""" - self._exporter().report.msg("_process_fcurve") # Adapt from incoming single item sequence to a single argument. if convert is not None: single_convert = lambda x: convert(x[0])