mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 00:21:22 +00:00
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:
parent
c7e5eeba89
commit
f81be77e3b
1 changed files with 0 additions and 1 deletions
|
@ -300,7 +300,6 @@ enum {
|
|||
NSString *prjType;
|
||||
|
||||
prjType = [project projectTypeName];
|
||||
NSLog(@"project is executable");
|
||||
if ([prjType isEqualToString: @"Application"])
|
||||
{
|
||||
/* MyApplication.app/MyApplication */
|
||||
|
|
Loading…
Reference in a new issue