Skip to content

Commit b5a69f8

Browse files
committed
Remove debug print
1 parent c597521 commit b5a69f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_easy.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ function test_eq_with_same_cat()
9595
local e1 = curl.error(curl.ERROR_EASY, curl.E_OK)
9696
local e2 = curl.error(curl.ERROR_EASY, curl.E_OK)
9797
assert_equal(e1, e2)
98-
print()
99-
print(e1)
10098
end
10199

102100
function test_eq_with_different_cat()

0 commit comments

Comments
 (0)