Skip to content

Commit

Permalink
Some people don't like print statements... :)
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Aug 30, 2023
1 parent d41ca71 commit e519bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AllTheThings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,6 @@ local function GetHash(t)
local hash = t.hash;
if hash then return hash; end
hash = app.CreateHash(t);
print("No hash for object:", hash);
--app.PrintDebug("No hash for object:", hash, t.text);
return hash;
end
Expand Down

0 comments on commit e519bc5

Please sign in to comment.