]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Remove printf
authorChris Tallon <chris@vomp.tv>
Sat, 29 Apr 2006 13:30:00 +0000 (13:30 +0000)
committerChris Tallon <chris@vomp.tv>
Sat, 29 Apr 2006 13:30:00 +0000 (13:30 +0000)
voptionsmenu.cc

index 508187ccfcc9eb8476e14fbd3bee28e83eb4b121..f57ee10e63a82bf4e4ed32882537fdd745ef9aa5 100644 (file)
@@ -156,7 +156,7 @@ void VOptionsMenu::doApplyChanges(map<int,int>* changedOptions)
 
   for(i = changedOptions->begin(); i != changedOptions->end(); i++)
   {
-    printf("I FIRST = %i SECOND = %i\n", i->first, i->second);
+//    printf("I FIRST = %i SECOND = %i\n", i->first, i->second);
 
     switch(i->first)
     {