Remove debug print

This commit is contained in:
Alexey Melnichuk 2016-04-15 16:34:16 +03:00
parent c597521228
commit b5a69f87a9

View File

@ -95,8 +95,6 @@ function test_eq_with_same_cat()
local e1 = curl.error(curl.ERROR_EASY, curl.E_OK)
local e2 = curl.error(curl.ERROR_EASY, curl.E_OK)
assert_equal(e1, e2)
print()
print(e1)
end
function test_eq_with_different_cat()