Fix debug flag that shouldn't have been merged.
This commit is contained in:
parent
ca2252686a
commit
524603de14
|
@ -47,7 +47,7 @@ public:
|
||||||
bool Fill( std::vector<ZONE_CONTAINER*>& aZones, bool aCheck = false,
|
bool Fill( std::vector<ZONE_CONTAINER*>& aZones, bool aCheck = false,
|
||||||
wxWindow* aParent = nullptr );
|
wxWindow* aParent = nullptr );
|
||||||
|
|
||||||
static const bool s_DumpZonesWhenFilling = true;
|
static const bool s_DumpZonesWhenFilling = false;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue