From c66c00a90dfb68f54cda3d4b747e22ea9025be34 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 15 Jan 2013 23:06:59 +0000 Subject: [PATCH] Remove test code from follow me. --- app/calls/resources/classes/switch_follow_me.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/calls/resources/classes/switch_follow_me.php b/app/calls/resources/classes/switch_follow_me.php index 83c38e146a..ab12c50bc9 100644 --- a/app/calls/resources/classes/switch_follow_me.php +++ b/app/calls/resources/classes/switch_follow_me.php @@ -331,7 +331,6 @@ include "root.php"; $fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']); if ($fp) { $switch_cmd .= "memcache delete directory:".$this->extension."@".$this->domain_name; - echo $switch_cmd; exit; $switch_result = event_socket_request($fp, 'api '.$switch_cmd); }