Skip to content

Commit

Permalink
proxy: comment out token test in startfile.lua
Browse files Browse the repository at this point in the history
didn't mean to leave that in there by default.
  • Loading branch information
dormando committed Jan 26, 2022
1 parent 90d2523 commit bf3c64d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/startfile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ function command_factory(map, default)
return d(r)
end
-- testing options replacement...
if r:command() == mcp.CMD_SET then
r:token(4, "100") -- set exptime.
end
-- if r:command() == mcp.CMD_SET then
-- r:token(4, "100") -- set exptime.
-- end
-- print("override command")
return f(r)
end
Expand Down

0 comments on commit bf3c64d

Please sign in to comment.