From 00f830cc2a9ea09717222a967d4787088a2a7c24 Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Tue, 4 Feb 2014 04:45:08 -0800 Subject: [PATCH] Remove radio debugging. --- code/game/objects/items/devices/radio/radio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index 432710a5bea..be7e314193d 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -245,7 +245,7 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use //#### Grab the connection datum ####// var/datum/radio_frequency/connection = null - testing("[src]: talk_into([M], [message], [channel])") + //testing("[src]: talk_into([M], [message], [channel])") if(channel == "headset") channel = null if(channel) // If a channel is specified, look for it.