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 commit = nil
|
||||||
local f = io.open(".git/refs/heads/main", "r")
|
local f = io.open(".git/refs/heads/main", "r")
|
||||||
if f then
|
if f then
|
||||||
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!read commit")
|
|
||||||
commit = f:read(8)
|
commit = f:read(8)
|
||||||
f:close()
|
f:close()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user