Removed temporary debug output.

This commit is contained in:
Sergii Stoian 2019-04-03 00:53:08 +03:00
parent 2071f6acdd
commit df5a79d769

View file

@ -1264,7 +1264,6 @@ static NSSize scaledIconSizeForSize(NSSize imageSize)
/* Application was executed with argument '-autolaunch YES'. Set argument
* value to "NO" for future calls to `activateIgnoringOtherApps:`. */
NSLog(@"autolaunch = %@", autolaunch);
if (autolaunch && [autolaunch isEqualToString: @"YES"])
{
NSMutableDictionary *args;