Removed debug code.

This commit is contained in:
NissimHadar 2019-01-18 18:39:34 -08:00
parent b62b781fb0
commit c817c66513

View file

@ -32,8 +32,8 @@ if (BUILD_TOOLS)
set_target_properties(oven PROPERTIES FOLDER "Tools")
# No need to build on Android or in a Production build
##if (NOT ANDROID AND NOT RELEASE_TYPE STREQUAL "PRODUCTION")
if (NOT ANDROID AND NOT RELEASE_TYPE STREQUAL "PRODUCTION")
add_subdirectory(nitpick)
set_target_properties(nitpick PROPERTIES FOLDER "Tools")
##endif()
endif()
endif()