From 022e29689b7f535a9f242590d3fba1798bcedd8a Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Fri, 31 Aug 2012 21:52:14 +0200 Subject: [PATCH] Remove debug output --- Frameworks/authorization/src/authorization.h | 2 -- 1 file changed, 2 deletions(-) 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)