From 7f7898eae6ff21a1e84efac1dd053b0261da3adb Mon Sep 17 00:00:00 2001 From: Georgios Gousios Date: Sun, 11 Jan 2015 12:51:43 +0100 Subject: [PATCH] Remove during previous round of refactoring --- config.yaml.standalone | 1 - lib/ghtorrent.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/config.yaml.standalone b/config.yaml.standalone index 98494ab..b8c3cfa 100644 --- a/config.yaml.standalone +++ b/config.yaml.standalone @@ -7,5 +7,4 @@ mirror: #username: github_username #passwd: github_passwd #token: a valid github API key - respect_api_ratelimit: true user_agent: ghtorrent diff --git a/lib/ghtorrent.rb b/lib/ghtorrent.rb index 062c348..cdf95ac 100644 --- a/lib/ghtorrent.rb +++ b/lib/ghtorrent.rb @@ -55,7 +55,6 @@ module GHTorrent require 'ghtorrent/commands/ght_data_retrieval' require 'ghtorrent/commands/ght_mirror_events' require 'ghtorrent/commands/ght_get_more_commits' -require 'ghtorrent/commands/ght_rm_dupl' require 'ghtorrent/commands/ght_load' require 'ghtorrent/commands/ght_retrieve_repo' require 'ghtorrent/commands/ght_retrieve_user'