@testream/cypress-reporter 0.1.8 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -445,7 +445,6 @@ async function uploadToApi(options) {
445
445
  logger.info('='.repeat(60));
446
446
  logger.info('Testream - Cypress Test Results Upload');
447
447
  logger.info('='.repeat(60));
448
- logger.info(`API URL: ${API_URL}`);
449
448
  logger.info(`Project Key: ${projectKey}`);
450
449
  logger.info(`Test Tool: ${report.results.tool.name}`);
451
450
  logger.info('');