be less verbose about cursing

This commit is contained in:
Enno Rehling 2015-09-12 22:26:54 +02:00
parent 7e6312441c
commit 871373a0e5
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ local function curse(file)
elseif not bitset(f.flags, 16) then
print("cursing " .. tostring(f))
f.flags = f.flags + 16
else
print("already cursed: " .. tostring(f))
end
end
end