remove debug print() statement
This commit is contained in:
@ -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'])
|
||||||
|
|||||||
Reference in New Issue
Block a user