Skip to content

Commit

Permalink
chore: remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Nov 27, 2024
1 parent 6079070 commit 108f109
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/commands/getJobSchedulerTemplate-2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@ local rcall = redis.call

local millis = rcall("ZSCORE", KEYS[1], ARGV[1])

rcall('SET', 'DEBUG1', 'here')

if millis ~= false then
rcall('SET', 'DEBUG', millis)
local templateJobId = "repeat:" .. ARGV[1] .. ":" .. millis

rcall('SET', 'DEBUG2', templateJobId)
rcall('SET', 'DEBUG3', KEYS[2] .. templateJobId)

return {rcall("HGETALL", KEYS[2] .. templateJobId), templateJobId} -- get job data
end

Expand Down

0 comments on commit 108f109

Please sign in to comment.