Skip to content

Commit

Permalink
Removed debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerSmith committed Feb 20, 2020
1 parent 5812cea commit fab7501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputStream.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ local function pushBack()
end

local function tableToJsonArray(tbl)
local str = {"{\"test\":\"hey\","}
local str = {"{"}
local n = 0
for k, v in pairs(tbl) do
if n > 0 then insert(str, ",") end
Expand Down

0 comments on commit fab7501

Please sign in to comment.