[70058] branches/gsoc10-gui/Pallet/MPActionsController.m
tzikis at macports.org
tzikis at macports.org
Wed Jul 28 11:59:05 PDT 2010
Revision: 70058
http://trac.macports.org/changeset/70058
Author: tzikis at macports.org
Date: 2010-07-28 11:59:05 -0700 (Wed, 28 Jul 2010)
Log Message:
-----------
Cleaned up some logging/debugging info
Modified Paths:
--------------
branches/gsoc10-gui/Pallet/MPActionsController.m
Modified: branches/gsoc10-gui/Pallet/MPActionsController.m
===================================================================
--- branches/gsoc10-gui/Pallet/MPActionsController.m 2010-07-28 18:53:33 UTC (rev 70057)
+++ branches/gsoc10-gui/Pallet/MPActionsController.m 2010-07-28 18:59:05 UTC (rev 70058)
@@ -312,7 +312,7 @@
strcpy(command,"port variants ");
strcat(command, [portName UTF8String]);
strcat(command, script);
- printf("\n%s\n", command);
+ //printf("\n%s\n", command);
system(command);
//Open the output file
@@ -326,13 +326,13 @@
if(temp == NULL) continue;
buffer[strlen(buffer)-1]='\0';
//Add the variant in the Array
- printf("buffer:\n%s\n",buffer);
+ //printf("buffer:\n%s\n",buffer);
char *token;
char *search = ",";
token = strtok(buffer, search);
- printf("token: %s\n",token);
+ //printf("token: %s\n",token);
if(token == NULL) break;
UInt i;
@@ -349,7 +349,7 @@
NSLog(@"checkbox: %i",i);
while ((token = strtok(NULL, search)) != NULL)
{
- NSLog(@"token: %@",[NSString stringWithCString:token]);
+ //NSLog(@"token: %@",[NSString stringWithCString:token]);
[[checkboxes[i] conflictsWith] addObject:[NSString stringWithCString:token]];
//NSLog(@"count %i",[[checkboxes[i] conflictsWith] count]);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100728/a6aa14bf/attachment.html>
More information about the macports-changes
mailing list