Skip to content

Commit 0c9ac76

Browse files
authored
Merge pull request #4 from field-energy/as/remove-logging
fix: Remove extra logging
2 parents ce8e902 + d083f47 commit 0c9ac76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.js

-3
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ async function run() {
166166
*/
167167
const regex = new RegExp(':task-definition/(.*)$');
168168
const matches = taskDefRevisionArn.match(regex);
169-
core.info(`taskDefRevisionArn was ${taskDefRevisionArn}`);
170-
core.info(`matches is ${JSON.stringify(matches)}`);
171-
core.info(`matches[1] is ${matches[1]}`);
172169
core.setOutput('task-definition-family-and-revision', matches[1])
173170

174171
const clusterName = cluster ? cluster : 'default';

0 commit comments

Comments
 (0)