Merlijn van Deen has uploaded a new change for review.
https://gerrit.wikimedia.org/r/78541
Change subject: Remove debug output from test output
......................................................................
Remove debug output from test output
The URL was printed during test runs, even though this was only
for initial testing of the cache. This commit removes the print
statement.
Change-Id: Iaa0f1fcad337e0a11b4535d87c3af941735bbe74
---
M tests/__init__.py
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core
refs/changes/41/78541/1
diff --git a/tests/__init__.py b/tests/__init__.py
index 0487fc4..56c7af9 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -26,8 +26,6 @@
def submit(self):
cached_available = self._load_cache()
- if not cached_available:
- print str(self)
return super(TestRequest, self).submit()
--
To view, visit https://gerrit.wikimedia.org/r/78541
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaa0f1fcad337e0a11b4535d87c3af941735bbe74
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits