Compare commits

...

1 Commits

Author SHA1 Message Date
9d855a3819 Get rid of some minor things 2025-01-08 14:43:07 -06:00

View File

@@ -143,8 +143,6 @@ def main():
if args.verbose:
print(f"Refined: {ref}")
buffer += ref
if not args.verbose:
print("#", end="")
subs = buffer
if args.verbose:
print(subs)
@@ -159,8 +157,6 @@ def main():
if args.verbose:
print(f"Presummary: {pre_summary}")
firstpass += pre_summary
if not args.verbose:
print("#", end="")
# And a summary of the whole
summary = get_summary(firstpass)
print(f"Summary: {summary}")