Removed debug trace

pull/12010/head
Juan Ignacio Sánchez Lara 8 years ago
parent 3df75a7d6a
commit 55df9af733

@ -9,10 +9,6 @@ end
module LoginEventTrigger
def trigger_login_event(user)
CartoDB::Logger.debug(message: "Login event",
username: user.username,
dashboard_viewed_at: user.dashboard_viewed_at.to_s,
model_class: user.class.name)
CartoGearsApi::Events::EventManager.instance.notify(CartoGearsApi::Events::UserLoginEvent.new(user))
# From the very beginning it's been assumed that after login you go to the dashboard, and

Loading…
Cancel
Save