Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 102c7ec

Browse files
committed
fix(server/mysql): leftover print
1 parent 195308c commit 102c7ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/mysql/server.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ local function countRows(rows)
165165
local n = 0
166166

167167
for i = 1, #rows do
168-
print(json.encode(rows[i]))
169168
if rows[i] == 1 then n += 1 end
170169
end
171170

0 commit comments

Comments
 (0)