fix(formatter): remove debug print
This commit is contained in:
@@ -192,7 +192,6 @@ class Formatter(Expr.Visitor[str], Stmt.Visitor[str]):
|
|||||||
return self.indented(f"{stmt.keyword.lexeme}\n")
|
return self.indented(f"{stmt.keyword.lexeme}\n")
|
||||||
|
|
||||||
def format_format_spec(self, spec: FormatSpec) -> str:
|
def format_format_spec(self, spec: FormatSpec) -> str:
|
||||||
print(spec)
|
|
||||||
res: str = ""
|
res: str = ""
|
||||||
if spec.options.sign is not None:
|
if spec.options.sign is not None:
|
||||||
res += spec.options.sign.lexeme
|
res += spec.options.sign.lexeme
|
||||||
|
|||||||
Reference in New Issue
Block a user