diff --git a/common/common.cpp b/common/common.cpp index 7b353b2dd5..30c09a21ed 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -277,7 +277,7 @@ wxString ReturnPcbLayerName( int layer_number, bool omitSpacePadding ) */ { -#if 0 || defined(DEBUG) +#if 0 && defined(DEBUG) // Dick: this code is working fine, but we have no place to store the layer names yet.