Skip to content

Commit f1f6a18

Browse files
committed
Removed excessive logging.
1 parent cb10c0e commit f1f6a18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeorigins/fetchers/api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ def iter_repos(self, user, language, stars):
5151

5252
def _request(self, url, params=None):
5353

54-
LOG.debug('Fetching %s ...', url)
55-
5654
response = requests.get(url, params=params)
5755

5856
links = response.links

0 commit comments

Comments
 (0)