@testream/dotnet-reporter 0.4.4 → 0.4.5

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/index.js CHANGED
@@ -2905,7 +2905,6 @@ async function uploadToApi(options) {
2905
2905
  logger.info('='.repeat(60));
2906
2906
  logger.info('Testream - .NET Test Results Upload');
2907
2907
  logger.info('='.repeat(60));
2908
- logger.info(`API URL: ${API_URL}`);
2909
2908
  logger.info(`Project Key: ${projectKey}`);
2910
2909
  logger.info(`Test Tool: ${report.results.tool.name}`);
2911
2910
  logger.info('');