Skip to content

Commit eeb4c08

Browse files
committed
Reduced generate-draft-alias verbosity again
- Legacy-Id: 16279
1 parent 1e76d9c commit eeb4c08

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/bin/generate-draft-aliases

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ if __name__ == '__main__':
128128
afile = open(settings.DRAFT_ALIASES_PATH, "w")
129129
vfile = open(settings.DRAFT_VIRTUAL_PATH, "w")
130130

131-
stdout.write("Writing aliases file: %s\n" % afile.name)
132-
stdout.write("Writing virtual file: %s\n" % vfile.name)
133-
134131
afile.write(signature)
135132
vfile.write(signature)
136133
vfile.write("%s anything\n" % settings.DRAFT_VIRTUAL_DOMAIN)

0 commit comments

Comments
 (0)