Skip to content

Commit 939047f

Browse files
committed
Removed debugging statement
1 parent d941326 commit 939047f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ def _upload_report(config, data):
567567

568568
url = config.getoption('server_url')
569569
minimal = _get_bool_option(config, 'minimal_uploads')
570-
print('Minimal: %s' % minimal)
571570
if minimal:
572571
data = _sanitize(data)
573572
resp = requests.post('%s/result' % url, json={'id': env['config']['id'],

0 commit comments

Comments
 (0)