zephyr_mirror: Remove 'continue' at the end of a loop
(imported from commit 5d6143828f1a6946b67ae23342c0bc2185ebee07)
This commit is contained in:
parent
1e079f1994
commit
5be42f128e
|
@ -197,7 +197,6 @@ def process_loop(log):
|
||||||
if options.forward_class_messages:
|
if options.forward_class_messages:
|
||||||
# Ask the Humbug server about any new classes to subscribe to
|
# Ask the Humbug server about any new classes to subscribe to
|
||||||
update_subscriptions_from_humbug()
|
update_subscriptions_from_humbug()
|
||||||
continue
|
|
||||||
|
|
||||||
def process_notice(notice, log):
|
def process_notice(notice, log):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue