From 43567a3119c4f2dea77880c498ebac879d6cf2f2 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 4 May 2019 09:24:16 -0700 Subject: [PATCH] Remove old twitter keys --- src/NzbDrone.Core/Notifications/Twitter/TwitterService.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/NzbDrone.Core/Notifications/Twitter/TwitterService.cs b/src/NzbDrone.Core/Notifications/Twitter/TwitterService.cs index cf3c687fa..df12ffa8a 100644 --- a/src/NzbDrone.Core/Notifications/Twitter/TwitterService.cs +++ b/src/NzbDrone.Core/Notifications/Twitter/TwitterService.cs @@ -24,9 +24,6 @@ namespace NzbDrone.Core.Notifications.Twitter private readonly IHttpClient _httpClient; private readonly Logger _logger; -// private static string _consumerKey = "5jSR8a3cp0ToOqSMLMv5GtMQD"; -// private static string _consumerSecret = "dxoZjyMq4BLsC8KxyhSOrIndhCzJ0Dik2hrLzqyJcqoGk4Pfsp"; - public TwitterService(IHttpClient httpClient, Logger logger) { _httpClient = httpClient;