Skip to content

Commit 42a85c4

Browse files
att
1 parent 0641023 commit 42a85c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/session/extra.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ PublicSession.close = function (public, private)
55
if private.closed then
66
return
77
end
8-
98
print("Closing session with ID: " .. private.session_id)
10-
119
-- First, close the WebDriver session
1210
local result = private.fetch({
1311
url = private.url .. "/session/" .. private.session_id,

0 commit comments

Comments
 (0)