Show
Ignore:
Timestamp:
06/11/09 02:35:17 (3 years ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
b22a23babe2588932cbe21cc2932456820a10345
Parents:
8e197ebe8ae3d781b8662f7840b931db5122cd7d
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2009-06-11T02:35:17Z+0300
Message:

Remove debug prints

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lv2_ui.c

    r47c4611 rf165fcc  
    9797  lo_arg ** argv) 
    9898{ 
    99   printf("OSC: got UI exit notification\n"); 
     99  //printf("OSC: got UI exit notification\n"); 
    100100 
    101101  control_ptr->running = false; 
     
    120120  float value = argv[1]->f; 
    121121 
    122   printf("OSC control handler: port %d = %f\n", port, value); 
     122  //printf("OSC control handler: port %d = %f\n", port, value); 
    123123 
    124124  control_ptr->write_function(control_ptr->controller, (uint32_t)port, sizeof(float), 0, &value); 
     
    137137  char * port; 
    138138 
    139   printf("OSC: got update request from <%s>\n", url); 
     139  //printf("OSC: got update request from <%s>\n", url); 
    140140 
    141141  if (control_ptr->osc_address)