refactor: remove prints

This commit is contained in:
Swann Martinez
2019-07-12 11:50:06 +02:00
parent 1bfc460a12
commit 2ba1c33377

View File

@ -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):