From d719cadf3ea0e2b81a7769293cfe2b13ce12cfb7 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Wed, 23 Nov 2011 21:45:11 +0000 Subject: [PATCH] Ok for reals this time, removes unnecessary debugging messages. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2548 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/magnet.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/game/machinery/magnet.dm b/code/game/machinery/magnet.dm index cdc5fe2665e..26df61b01f5 100644 --- a/code/game/machinery/magnet.dm +++ b/code/game/machinery/magnet.dm @@ -230,12 +230,8 @@ spawn(15) // must wait for map loading to finish if(radio_controller) - world << "test" radio_connection = radio_controller.add_object(src, frequency, RADIO_MAGNETS) - if(!radio_connection) - world << "oh no!" - attack_ai(mob/user as mob) return src.attack_hand(user)