diff --git a/src/formatter.py b/src/formatter.py index 453d45d..4bbb02f 100644 --- a/src/formatter.py +++ b/src/formatter.py @@ -192,7 +192,6 @@ class Formatter(Expr.Visitor[str], Stmt.Visitor[str]): return self.indented(f"{stmt.keyword.lexeme}\n") def format_format_spec(self, spec: FormatSpec) -> str: - print(spec) res: str = "" if spec.options.sign is not None: res += spec.options.sign.lexeme