Skip to content

Commit

Permalink
Fix. remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Feb 27, 2017
1 parent 098c43a commit 1c84693
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/bin_spec.busted
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ package.path = "..\\src\\?.lua;" .. package.path
local struct = require "struct"
local bin = require "lluv.pg.utils.bin"

local pp = require "pp"

describe("test struct", function()
local function check_unpack(fmt, int)
local s = struct.pack(fmt, int)
Expand Down

0 comments on commit 1c84693

Please sign in to comment.