Skip to content

Commit

Permalink
Merge pull request #3 from sandiegojs/iex-fix
Browse files Browse the repository at this point in the history
IEX removal
  • Loading branch information
hbrysiewicz authored Sep 30, 2016
2 parents 6fd8af5 + 52c79ea commit e79966d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/controllers/api/v1/events_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ defmodule SandiegojsApi.Api.V1.EventsController do

def events(conn, _params) do
with {:ok, events} <- Meetup.get_events() do
require IEx
IEx.pry
json conn, events
else
{:error, error} ->
Expand Down

0 comments on commit e79966d

Please sign in to comment.