[Libreoffice-commits] dev-tools.git: scripts/dumpbz
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Thu Apr 3 07:25:20 PDT 2014
scripts/dumpbz | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 51b683b22d0086492ed43d1efdefb78cd0788dad
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Thu Apr 3 16:24:51 2014 +0200
ups, remove debug print
diff --git a/scripts/dumpbz b/scripts/dumpbz
index b5bcb91..25bbc93 100755
--- a/scripts/dumpbz
+++ b/scripts/dumpbz
@@ -175,7 +175,6 @@ class AooBugzillaWrapper:
bug_ids = bug_ids.split('\n')[1:]
return bug_ids
def get_batch_of_bug_ids(self, offset, batchsize, unresolved):
- print('AOO batch url: %s' % self.__batch_buglist_url(int(offset), int(batchsize), unresolved))
return self.__query_bug_list(self.__batch_buglist_url(int(offset), int(batchsize), unresolved))
def get_initial_bug_id(self):
return '0'
More information about the Libreoffice-commits
mailing list