mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove debug output
This commit is contained in:
@@ -53,8 +53,6 @@ namespace osx
|
||||
if(myStatus == errAuthorizationSuccess)
|
||||
{
|
||||
res = true;
|
||||
for(size_t i = 0; i < myAuthorizedRights->count; ++i)
|
||||
fprintf(stderr, "authorization (pid %d): got ‘%s’\n", getpid(), myAuthorizedRights->items[i].name);
|
||||
AuthorizationFreeItemSet(myAuthorizedRights);
|
||||
}
|
||||
else if(myStatus == errAuthorizationCanceled)
|
||||
|
||||
Reference in New Issue
Block a user