Skip to content

Commit

Permalink
fix(server/mysql): leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Aug 4, 2023
1 parent 195308c commit 102c7ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/mysql/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ local function countRows(rows)
local n = 0

for i = 1, #rows do
print(json.encode(rows[i]))
if rows[i] == 1 then n += 1 end
end

Expand Down

0 comments on commit 102c7ec

Please sign in to comment.