Skip to content

Commit e2612bb

Browse files
authored
Merge pull request #26 from holsee/fix/session-init
Fix for session missing init callback, does not need to be GenServer
2 parents 5450e40 + 4dcfb40 commit e2612bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/session.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ defmodule ChromeRemoteInterface.Session do
88
Server
99
}
1010

11-
use GenServer
12-
1311
@default_opts [
1412
host: "localhost",
1513
port: 9222

0 commit comments

Comments
 (0)