]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action_macro.c
Fixed many compiler warnings related to print being disabled
[qmk_firmware.git] / tmk_core / common / action_macro.c
index 7726b1190769a869d7e3a711e6b077fcfab91ebe..cc78c82327917667f3efff059dd8c28877b070cc 100644 (file)
@@ -19,11 +19,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "action_macro.h"
 #include "wait.h"
 
-#ifdef DEBUG_ACTION
+//#ifdef DEBUG_ACTION
 #include "debug.h"
-#else
-#include "nodebug.h"
-#endif
+//#else
+//#include "nodebug.h"
+//#endif
 
 
 #ifndef NO_ACTION_MACRO