Skip to content

Commit 04d93a8

Browse files
committed
Removed a debug statement
- Legacy-Id: 17436
1 parent 530443c commit 04d93a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/bin/rfc-editor-queue-updates

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ log("Updating RFC Editor queue states from %s" % settings.RFC_EDITOR_QUEUE_URL)
2222

2323
socket.setdefaulttimeout(30)
2424
response = requests.get(settings.RFC_EDITOR_QUEUE_URL).raw
25-
debug.type('response')
2625
drafts, warnings = parse_queue(response)
2726
for w in warnings:
2827
log(u"Warning: %s" % w)

0 commit comments

Comments
 (0)