Skip to content

Commit

Permalink
Turn off zipcode tree parse debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Feb 6, 2025
1 parent 57a09e9 commit be112fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zip_code_tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#include "minimizer_mapper.hpp"

// Set for verbose logging from the zip code tree parsing logic
#define debug_parse
//#define debug_parse

// Set to compile in assertions to check the zipcode tree parsing logic
#define check_parse
//#define check_parse

using namespace std;
namespace vg {
Expand Down

0 comments on commit be112fc

Please sign in to comment.