mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
remove debug send to 10.0.0.10
This commit is contained in:
parent
bbb0e9cea3
commit
7c1470c07e
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue