From 4db7359cf6b3c02c778c8d7ffa169eb7abfbbc06 Mon Sep 17 00:00:00 2001 From: Firecage Date: Sun, 13 Jul 2014 22:34:44 +0200 Subject: [PATCH] Signed-off-by: Firecage --- code/modules/hydroponics/grown.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 73d4ddeea50..9e07e0afff2 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -45,7 +45,6 @@ /obj/item/weapon/reagent_containers/food/snacks/grown/proc/add_juice() if(reagents) - world << "added [reagents] to [src]" return 1 return 0