From 9a8d2ff8b8aec7ceddff8b55ff2a1fb8594732a7 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 23 Dec 2013 02:54:20 -0500 Subject: [PATCH] Removedd console spam --- code/game/objects/items/weapons/RPD.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/objects/items/weapons/RPD.dm b/code/game/objects/items/weapons/RPD.dm index 17eeadb2e87..52ebc04f3bc 100644 --- a/code/game/objects/items/weapons/RPD.dm +++ b/code/game/objects/items/weapons/RPD.dm @@ -159,7 +159,6 @@ var/global/list/RPD_recipes=list( var/list/cat=RPD_recipes[category] for(var/label in cat) var/datum/pipe_info/I = cat[label] - testing("id=[I.id],type=[I.type],icon_state=[I.icon_state]") var/found=0 if(I.id == p_type) if(p_class==0 && I.type==/datum/pipe_info) @@ -296,7 +295,6 @@ a:hover { if(usr.stat || usr.restrained()) usr << browse(null, "window=pipedispenser") return - testing(href) usr.set_machine(src) src.add_fingerprint(usr) if(href_list["setdir"])