diff --git a/libs/dump_anything.py b/libs/dump_anything.py index a2b0ed9..7d542cf 100644 --- a/libs/dump_anything.py +++ b/libs/dump_anything.py @@ -137,7 +137,6 @@ class Dumper: return list(vector) def _dump_color_as_leaf(self, color, depth): - print(color) return list(color) def _dump_default_as_branch(self, default, depth):