Skip to content

Commit

Permalink
Disable debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartio committed Jun 3, 2024
1 parent 6606ec8 commit 7d24e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion himan-lib/source/modifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ using namespace himan::numerical_functions;
const double DEFAULT_MAXIMUM = 1e38;
const double DEFAULT_MINIMUM = -1e38;

#define DEBUG_PRINT
#ifdef DEBUG_PRINT
#define DEBUG_MSG(str) if (itsIndex == 24122) { do { std::cout << ClassName() << " " << str << std::endl; } while (false); }
#else
Expand Down

0 comments on commit 7d24e55

Please sign in to comment.