Skip to content

Commit

Permalink
Comment out some debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 15, 2014
1 parent 6d7f447 commit 275db3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1pass.lua
Expand Up @@ -236,7 +236,7 @@ local function build_secret_menuitems(info, menu)
if securityLevel == nil then
securityLevel = metadata.openContents.securityLevel
end
print("title: " .. metadata.title)
--print("title: " .. metadata.title)
if securityLevel == nil then
--print("can't find security level, assuming SL5" .. metadata.title)
securityLevel = "SL5"
Expand Down

0 comments on commit 275db3e

Please sign in to comment.