mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Whoops, left a print statement
This commit is contained in:
parent
1aaef5aba9
commit
b2625b0667
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ class DecimalNumber(VMobject):
|
|||
formatter = self.get_complex_formatter()
|
||||
else:
|
||||
formatter = self.get_formatter()
|
||||
print(formatter)
|
||||
num_string = formatter.format(number)
|
||||
|
||||
rounded_num = np.round(number, self.num_decimal_places)
|
||||
|
|
Loading…
Add table
Reference in a new issue