federicoditirro / Catastrophe-Bond-Market-Scraper

0 stars 0 forks source link

Issue #3: Debugging Flag Implementation #3

Open tommasocerruti opened 1 week ago

tommasocerruti commented 1 week ago

There are sections of the code dedicated to debugging. However, these debugging statements are always executed, which can clutter the output and make it difficult to use the program in a normal mode.

tommasocerruti commented 1 week ago

Proposed Solution: Introduce a debugging flag that users can set to enable or disable debugging mode. When the flag is set to True, the debugging statements should be executed; otherwise, they should be skipped. This can be achieved by adding a parameter or configuration setting that controls the debugging output.