Skip to content

Commit

Permalink
Nuke accidental debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Feb 22, 2021
1 parent d6072b6 commit 30ee43b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion korman/exporter/animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ def filter_boundaries(i):
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])
Expand Down

0 comments on commit 30ee43b

Please sign in to comment.