From 8150b311486748daec40c0a172068889f9bb1e1e Mon Sep 17 00:00:00 2001 From: kyle Date: Thu, 14 Sep 2023 11:32:16 -0700 Subject: [PATCH] fix(repo): remove print --- actions/bin/log_cw_metric.dart | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/actions/bin/log_cw_metric.dart b/actions/bin/log_cw_metric.dart index 25bc3755bb..2f20cdf747 100644 --- a/actions/bin/log_cw_metric.dart +++ b/actions/bin/log_cw_metric.dart @@ -35,24 +35,6 @@ Future launch() async { final platform = core.getInput('platform'); final platformVersion = core.getInput('platform-version'); -/* - print('''{ - metricName: $metricName, - isFailed: $isFailed, - testType: $testType, - category: $category, - workflowName: $workflowName, - framework: $framework, - flutterDartChannel: $flutterDartChannel, - dartVersion: $dartVersion, - flutterVersion: $flutterVersion, - dartCompiler: $dartCompiler, - platform: $platform, - platformVersion: $platformVersion, - failingStep: $failingStep, - }'''); - */ - final value = isFailed ? '1' : '0'; if (category.contains('/')) {