Fix debug flag that shouldn't have been merged.

This commit is contained in:
Jeff Young 2020-09-23 10:23:50 +01:00
parent ca2252686a
commit 524603de14
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public:
bool Fill( std::vector<ZONE_CONTAINER*>& aZones, bool aCheck = false,
wxWindow* aParent = nullptr );
static const bool s_DumpZonesWhenFilling = true;
static const bool s_DumpZonesWhenFilling = false;
private: