Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedy-Geek committed Jan 4, 2024
1 parent 7ba8c01 commit aa854fc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export abstract class CurlCommandGeneratorUtil {
curlCommand += this.NOT_SUPPORTED_MESSAGE;

Check warning on line 49 in projects/observability/src/shared/utils/curl-command-generator/curl-command-generator-util.ts

View check run for this annotation

Codecov / codecov/patch

projects/observability/src/shared/utils/curl-command-generator/curl-command-generator-util.ts#L47-L49

Added lines #L47 - L49 were not covered by tests
}

console.log(curlCommand);

return curlCommand;

Check warning on line 52 in projects/observability/src/shared/utils/curl-command-generator/curl-command-generator-util.ts

View check run for this annotation

Codecov / codecov/patch

projects/observability/src/shared/utils/curl-command-generator/curl-command-generator-util.ts#L52

Added line #L52 was not covered by tests
}

Expand Down

0 comments on commit aa854fc

Please sign in to comment.