Skip to content

Commit

Permalink
Remove logging used for manual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Jun 29, 2023
1 parent b477db1 commit 5156052
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/feature-flags.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions src/analyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as fs from "fs";
import * as path from "path";
import { performance } from "perf_hooks";

import * as core from "@actions/core";
import * as toolrunner from "@actions/exec/lib/toolrunner";
import del from "del";
import * as yaml from "js-yaml";
Expand Down Expand Up @@ -374,12 +373,6 @@ export async function runQueries(
properties: perQueryAlertCounts,
};

core.info(
`New event report:\n\n${JSON.stringify(
perQueryAlertCountEventReport
)}`
);

if (statusReport["event_reports"] === undefined) {
statusReport["event_reports"] = [];
}
Expand Down
1 change: 0 additions & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as fs from "fs";
import * as path from "path";

import * as core from "@actions/core";
import * as semver from "semver";

import { getApiClient } from "./api-client";
Expand Down

0 comments on commit 5156052

Please sign in to comment.