diff --git a/ietf/bin/rfc-editor-queue-updates b/ietf/bin/rfc-editor-queue-updates index 7224f329a..db454984b 100755 --- a/ietf/bin/rfc-editor-queue-updates +++ b/ietf/bin/rfc-editor-queue-updates @@ -22,7 +22,6 @@ log("Updating RFC Editor queue states from %s" % settings.RFC_EDITOR_QUEUE_URL) socket.setdefaulttimeout(30) response = requests.get(settings.RFC_EDITOR_QUEUE_URL).raw -debug.type('response') drafts, warnings = parse_queue(response) for w in warnings: log(u"Warning: %s" % w)