diff --git a/Frameworks/authorization/src/authorization.h b/Frameworks/authorization/src/authorization.h index 12d7ddec..44280e37 100644 --- a/Frameworks/authorization/src/authorization.h +++ b/Frameworks/authorization/src/authorization.h @@ -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)