Closed
Description
It would be beneficial to incorporate a debugging mode for all scripts, as there are currently functions (e.g. list_changes in wp.py) in the code that run, but are not needed for the general functionality.
There are also various printlines that could be wrapped in a print function which could print based on the debugging flag.
The functions that run add unnecessary processing time.