We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e76d9c commit eeb4c08Copy full SHA for eeb4c08
1 file changed
ietf/bin/generate-draft-aliases
@@ -128,9 +128,6 @@ if __name__ == '__main__':
128
afile = open(settings.DRAFT_ALIASES_PATH, "w")
129
vfile = open(settings.DRAFT_VIRTUAL_PATH, "w")
130
131
- stdout.write("Writing aliases file: %s\n" % afile.name)
132
- stdout.write("Writing virtual file: %s\n" % vfile.name)
133
-
134
afile.write(signature)
135
vfile.write(signature)
136
vfile.write("%s anything\n" % settings.DRAFT_VIRTUAL_DOMAIN)
0 commit comments