Skip to content

Commit

Permalink
fix(repo): remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Sep 14, 2023
1 parent 9b1d7be commit 8150b31
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions actions/bin/log_cw_metric.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,6 @@ Future<void> 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('/')) {
Expand Down

0 comments on commit 8150b31

Please sign in to comment.