Icon-O-Matic: Disable printing statistics.

Not really needed, and for now triggers a lot of deprecation warnings.
This commit is contained in:
Augustin Cavalier 2020-03-15 16:27:31 -04:00
parent c207330527
commit 6a84844ddf

View File

@ -26,7 +26,7 @@ _BEGIN_ICON_NAMESPACE
_END_ICON_NAMESPACE
#define PRINT_STATISTICS 1
#define PRINT_STATISTICS 0
#if PRINT_STATISTICS
# include <Point.h>