From 9539c83b76244e21a562143fc1c22c3000968e5d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 23 Oct 2014 20:43:03 +0200 Subject: Adding gathering of data (watchers, revisions) + beginnig of histogram --- src/downloader/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/downloader/__init__.py') diff --git a/src/downloader/__init__.py b/src/downloader/__init__.py index baabb36..831ea06 100644 --- a/src/downloader/__init__.py +++ b/src/downloader/__init__.py @@ -57,7 +57,6 @@ class Downloader(): limit = 0 temp_result = self.download(endpoint, data_type, params, temp_limit) - print(list(temp_result[0].keys())) if "query-continue" in temp_result[0].keys(): params[continue_name] = temp_result[0]["query-continue"][data_type][continue_name] else: -- cgit v1.2.3