Author: mlytwyn
Date: Wed Sep 21 21:59:43 2016
New Revision: 40098
URL: http://svn.gna.org/viewcvs/gnustep?rev=40098&view=rev
Log:
Remove extraneous NSLog
Modified:
libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m
Modified:
libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m?rev=40098&r1=40097&r2=40098&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/NSUserNotification.m
Wed Sep 21 21:59:43 2016
@@ -135,14 +135,11 @@
NSString *bundlePath = [bundle pathForResource: @"NSUserNotification"
ofType: @"bundle"
inDirectory: nil];
-#if defined(DEBUG)
- NSLog(@"%s:bundle path: %@", __PRETTY_FUNCTION__, bundlePath);
-#endif
if (bundlePath)
{
bundle = [NSBundle bundleWithPath: bundlePath];
#if defined(DEBUG)
- NSLog(@"%s:bundle: %@", __PRETTY_FUNCTION__, bundle);
+ NSLog(@"%s:bundlePath: %@ bundle: %@", __PRETTY_FUNCTION__, bundlePath,
bundle);
#endif
if (bundle)
{
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs