diff --git a/src/blackconfig/buildconfig.cpp b/src/blackconfig/buildconfig.cpp index c70d1c5f1..a785164a4 100644 --- a/src/blackconfig/buildconfig.cpp +++ b/src/blackconfig/buildconfig.cpp @@ -256,7 +256,7 @@ namespace BlackConfig { // for testing set to "true", never commit with TRUE before FG is completed // this will be removed when FG is fully productive - return false; // && isLocalDeveloperDebugBuild(); + return true; // && isLocalDeveloperDebugBuild(); } } // ns