diff --git a/rEFIt_UEFI/libeg/nanosvg.cpp b/rEFIt_UEFI/libeg/nanosvg.cpp index f5a99f26f..66eee2deb 100644 --- a/rEFIt_UEFI/libeg/nanosvg.cpp +++ b/rEFIt_UEFI/libeg/nanosvg.cpp @@ -39,7 +39,7 @@ #include "FloatLib.h" #ifndef DEBUG_ALL -#define DEBUG_SVG 1 +#define DEBUG_SVG 0 #else #define DEBUG_SVG DEBUG_ALL #endif