Get rid of some minor things

This commit is contained in:
Salt 2025-01-08 14:43:07 -06:00
parent 150d476739
commit 9d855a3819

@ -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}")