Author: rmottola
Date: Sun May 22 20:50:22 2016
New Revision: 39796

URL: http://svn.gna.org/viewcvs/gnustep?rev=39796&view=rev
Log:
some clean up

Modified:
    apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCClassHandler.m
    apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCCommentHandler.m

Modified: 
apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCClassHandler.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCClassHandler.m?rev=39796&r1=39795&r2=39796&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCClassHandler.m   
(original)
+++ apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCClassHandler.m   
Sun May 22 20:50:22 2016
@@ -1,7 +1,7 @@
 /*
 **  ObjCClassHandler.m
 **
-**  Copyright (c) 2003
+**  Copyright (c) 2003-2016 The Free Software Foundation
 **
 **  Author: Yen-Ju  <[email protected]>
 **
@@ -49,7 +49,6 @@
 
 - (void)dealloc
 {
-  NSLog(@"ClassHandler: dealloc");
   RELEASE(keyword);
   RELEASE(class);
   RELEASE(classes);
@@ -199,10 +198,8 @@
          else*/
          if ((newline || element == ' ') && (step == ClassSymbol))
            {
-//           NSLog(@"keyword: %@", keyword);
              if ([keyword isEqualToString:@"end"])
                {
-                 NSLog(@"@end reached");
                  [self addClassToArray];
                  step = ClassNone;
                }

Modified: 
apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCCommentHandler.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCCommentHandler.m?rev=39796&r1=39795&r2=39796&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCCommentHandler.m 
(original)
+++ apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/ObjCCommentHandler.m 
Sun May 22 20:50:22 2016
@@ -1,9 +1,10 @@
 /*
 **  ObjCCommentHandler.m
 **
-**  Copyright (c) 2003
+**  Copyright (c) 2003-2016
 **
 **  Author: Yen-Ju  <[email protected]>
+**          Riccardo Mottola
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License as published by


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to