Skip to content

Commit 502aee5

Browse files
committed
Remove console for printing logs
1 parent 204fb2a commit 502aee5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

dist/main.js

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

dist/main.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/print.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { endGroup, startGroup } from '@actions/core';
2-
import { info } from 'console';
1+
import { endGroup, startGroup, info } from '@actions/core';
32

43
export const printItems = (name:string, items: string[]) => {
54
if (items.length === 0) {

0 commit comments

Comments
 (0)