remove debug print() statement

This commit is contained in:
Axel Kohlmeyer
2024-08-22 17:07:12 -04:00
parent bda862a3a2
commit abbfa9470e

View File

@ -262,7 +262,6 @@ if __name__ == "__main__":
for inp in inputs: for inp in inputs:
print(inp) print(inp)
print(type(make_regex(styles)))
print("Found changes to the following styles:") print("Found changes to the following styles:")
print("Commands: ", styles['command']) print("Commands: ", styles['command'])
print("Atom styles: ", styles['atom']) print("Atom styles: ", styles['atom'])