From 7c1470c07e1b8d8580f046bd6f8318f2e5f3faf4 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 26 Mar 2013 16:22:42 -0700 Subject: [PATCH] remove debug send to 10.0.0.10 --- interface/src/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 3e66775bc1..2cd1a8ce32 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -320,11 +320,6 @@ void init(void) myHead.setNoise(noise); } - char output[] = "I"; - char address[] = "10.0.0.10"; - agentList.getAgentSocket().send(address, 40106, output, 1); - - #ifdef MARKER_CAPTURE if(marker_capture_enabled){ marker_capturer.position_updated(&position_updated);