Skip to content

Commit

Permalink
Merge pull request #26 from holsee/fix/session-init
Browse files Browse the repository at this point in the history
Fix for session missing init callback, does not need to be GenServer
  • Loading branch information
andrewvy authored Apr 30, 2019
2 parents 5450e40 + 4dcfb40 commit e2612bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/session.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ defmodule ChromeRemoteInterface.Session do
Server
}

use GenServer

@default_opts [
host: "localhost",
port: 9222
Expand Down

0 comments on commit e2612bb

Please sign in to comment.