clean up, remove NSLog

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@37469 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2013-12-17 17:42:14 +00:00
parent c7e5eeba89
commit f81be77e3b

View file

@ -300,7 +300,6 @@ enum {
NSString *prjType;
prjType = [project projectTypeName];
NSLog(@"project is executable");
if ([prjType isEqualToString: @"Application"])
{
/* MyApplication.app/MyApplication */