From 6c99bf6e7178331e2f5a293a7a6a3b412a5f8909 Mon Sep 17 00:00:00 2001 From: phil235 Date: Sun, 8 Nov 2015 21:40:41 +0100 Subject: [PATCH] Remove some debug message in smartfridge code. --- code/modules/food&drinks/kitchen machinery/smartfridge.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/food&drinks/kitchen machinery/smartfridge.dm b/code/modules/food&drinks/kitchen machinery/smartfridge.dm index f10da9b1549..768688b5490 100644 --- a/code/modules/food&drinks/kitchen machinery/smartfridge.dm +++ b/code/modules/food&drinks/kitchen machinery/smartfridge.dm @@ -195,7 +195,6 @@ usr.set_machine(src) var/N = href_list["vend"] - usr << N var/amount = text2num(href_list["amount"]) if(item_quants[N] <= 0) // Sanity check, there are probably ways to press the button when it shouldn't be possible. @@ -211,8 +210,7 @@ if(i <= 0) break - src.updateUsrDialog() - return + updateUsrDialog() // ----------------------------