remove print from config when reading commit hash
This commit is contained in:
parent
d1e29822ac
commit
90cacad449
@ -4,7 +4,6 @@ local secrets = require("secrets.secrets")
|
||||
local commit = nil
|
||||
local f = io.open(".git/refs/heads/main", "r")
|
||||
if f then
|
||||
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!read commit")
|
||||
commit = f:read(8)
|
||||
f:close()
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user