Remove test code from follow me.

This commit is contained in:
Mark Crane 2013-01-15 23:06:59 +00:00
parent 6a8fa0203b
commit c66c00a90d
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}