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