We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d941326 commit 939047fCopy full SHA for 939047f
tests/conftest.py
@@ -567,7 +567,6 @@ def _upload_report(config, data):
567
568
url = config.getoption('server_url')
569
minimal = _get_bool_option(config, 'minimal_uploads')
570
- print('Minimal: %s' % minimal)
571
if minimal:
572
data = _sanitize(data)
573
resp = requests.post('%s/result' % url, json={'id': env['config']['id'],
0 commit comments