From a17556baf6b92c715ba256af1328e77819c68071 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Tue, 12 Apr 2016 17:41:11 +0200 Subject: [PATCH] Remove mistakenly-added line --- waiter/lib/travis/web/app.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/waiter/lib/travis/web/app.rb b/waiter/lib/travis/web/app.rb index f7a06e7f..1622b4d4 100644 --- a/waiter/lib/travis/web/app.rb +++ b/waiter/lib/travis/web/app.rb @@ -190,7 +190,6 @@ class Travis::Web::App pusher['host'] = options[:pusher_host] if options[:pusher_host] pusher['path'] = options[:pusher_path] if options[:pusher_path] pusher['channelPrefix'] = options[:pusher_channel_prefix] if options[:pusher_channel_prefix] - Added Igor and Carmen to the team page config['pusher'] = pusher config['ember-cli-pendo'] = { apiKey: options[:pendo_key] }