Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5f557c

Browse files
committed
Remove logging used for manual testing
1 parent b477db1 commit c5f557c

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

lib/feature-flags.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as fs from "fs";
22
import * as path from "path";
33
import { performance } from "perf_hooks";
44

5-
import * as core from "@actions/core";
65
import * as toolrunner from "@actions/exec/lib/toolrunner";
76
import del from "del";
87
import * as yaml from "js-yaml";
@@ -374,12 +373,6 @@ export async function runQueries(
374373
properties: perQueryAlertCounts,
375374
};
376375

377-
core.info(
378-
`New event report:\n\n${JSON.stringify(
379-
perQueryAlertCountEventReport
380-
)}`
381-
);
382-
383376
if (statusReport["event_reports"] === undefined) {
384377
statusReport["event_reports"] = [];
385378
}

src/feature-flags.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as fs from "fs";
22
import * as path from "path";
33

4-
import * as core from "@actions/core";
54
import * as semver from "semver";
65

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

0 commit comments

Comments
 (0)