Cleanup: Remove old twitter keys

pull/6/head
Qstick 6 years ago
parent fd2fb7da20
commit 68e11a5e56

@ -24,9 +24,6 @@ namespace NzbDrone.Core.Notifications.Twitter
private readonly IHttpClient _httpClient; private readonly IHttpClient _httpClient;
private readonly Logger _logger; private readonly Logger _logger;
// private static string _consumerKey = "5jSR8a3cp0ToOqSMLMv5GtMQD";
// private static string _consumerSecret = "dxoZjyMq4BLsC8KxyhSOrIndhCzJ0Dik2hrLzqyJcqoGk4Pfsp";
public TwitterService(IHttpClient httpClient, Logger logger) public TwitterService(IHttpClient httpClient, Logger logger)
{ {
_httpClient = httpClient; _httpClient = httpClient;

Loading…
Cancel
Save