Skip to content

Commit 14129a9

Browse files
fix: remove duplicate debug log
1 parent a08916c commit 14129a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ async function generateNotes(pluginConfig, context) {
8282
debug('previousTag: %o', changelogContext.previousTag);
8383
debug('currentTag: %o', changelogContext.currentTag);
8484
debug('host: %o', changelogContext.host);
85-
debug('host: %o', changelogContext.host);
8685
debug('linkReferences: %o', changelogContext.linkReferences);
8786
debug('issue: %o', changelogContext.issue);
8887
debug('commit: %o', changelogContext.commit);

0 commit comments

Comments
 (0)