From 524603de142f12e760871fafdd1178b5070295cb Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 23 Sep 2020 10:23:50 +0100 Subject: [PATCH] Fix debug flag that shouldn't have been merged. --- pcbnew/zone_filler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/zone_filler.h b/pcbnew/zone_filler.h index 233c948fa6..273251eee2 100644 --- a/pcbnew/zone_filler.h +++ b/pcbnew/zone_filler.h @@ -47,7 +47,7 @@ public: bool Fill( std::vector& aZones, bool aCheck = false, wxWindow* aParent = nullptr ); - static const bool s_DumpZonesWhenFilling = true; + static const bool s_DumpZonesWhenFilling = false; private: