Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Gravell committed Jul 10, 2011
1 parent 62ca5d0 commit 51e4775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Start up the dev server and head to http://localhost:40829/

or include as a rebar dep and start your own node:

{bigwig, ".*", {git, "https://github.com/spawnfest/beamspirit.git", {branch, "master"}}}
{bigwig, ".*", {git, "git@github.com:spawnfest/beamspirit.git", {branch, "master"}}}

rebar get-deps, compile, and then make sure your config includes the following
so that binary sasl reports are generated (which are used by bigwig):
Expand Down
1 change: 0 additions & 1 deletion src/bigwig_http_rb_stream.erl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ websocket_init(_TransportName, Req, _Opts) ->
bigwig_report_reader:start(), %% will only be started once anyway, registered name
bigwig_report_reader:rescan(), %% ouch
bigwig_pubsubhub:register_client(self()),
Self = self(),
{ok, Req, undefined_state}.

websocket_handle(Bin, Req, State) when is_binary(Bin) ->
Expand Down

0 comments on commit 51e4775

Please sign in to comment.