aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpm.c')
-rw-r--r--src/lpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.c b/src/lpm.c
index c8c7a76..818a78a 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -475,7 +475,7 @@ static int lpm_certs(lua_State* L) {
CFTypeRef copyResult = NULL;
OSStatus err = SecItemCopyMatching(query, &copyResult);
if (err == errSecSuccess) {
- CFShow(copyResult);
+ // Try and
}
#else
return luaL_error(L, "can't use system certificates on windows or mac");