MerginMaps / work-packages

Mergin Maps Work Packages: manage field surveys for multiple teams
MIT License
7 stars 4 forks source link

Debug mode #46

Closed chris9404 closed 7 months ago

chris9404 commented 2 years ago

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.