From 31bec7f2f87e0910e26d4b1256dc3acba1eefa5f Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Fri, 15 Jan 2016 14:00:36 +0100 Subject: [PATCH] Remove extraneous call for fetching webhook events Successfully fetching the webhooks will fetch the events as well. --- js/components/ascribe_settings/webhook_settings.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/components/ascribe_settings/webhook_settings.js b/js/components/ascribe_settings/webhook_settings.js index 51fb90a2..4928c408 100644 --- a/js/components/ascribe_settings/webhook_settings.js +++ b/js/components/ascribe_settings/webhook_settings.js @@ -34,7 +34,6 @@ let WebhookSettings = React.createClass({ componentDidMount() { WebhookStore.listen(this.onChange); WebhookActions.fetchWebhooks(); - WebhookActions.fetchWebhookEvents(); }, componentWillUnmount() {