From 24ac4ba2f9cf7118f74e34d2000c064bcad1becf Mon Sep 17 00:00:00 2001 From: ESwordTheCat Date: Tue, 29 Apr 2014 10:27:01 -0800 Subject: [PATCH] Remove debugging. --- code/__HELPERS/experimental.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/experimental.dm b/code/__HELPERS/experimental.dm index dce1fb73a34..236f468c40f 100644 --- a/code/__HELPERS/experimental.dm +++ b/code/__HELPERS/experimental.dm @@ -48,7 +48,7 @@ * WARNING, only supports /mob and /obj. */ -#define DEBUG_OBJECT_POOL 1 +#define DEBUG_OBJECT_POOL 0 #define MAINTAINING_OBJECT_POOL_COUNT 20 var/list/masterPool = list()