Skip to content

Commit

Permalink
Removed offending lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieterv24 authored and rogerlz committed Sep 3, 2024
1 parent dc5f861 commit 3a79f19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions klippy/serialhdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ def __init__(self, reactor, warn_prefix="", mcu=None):
# Sent message notification tracking
self.last_notify_id = 0
self.pending_notifications = {}
if self.mcu is not None:
self.danger_options = self.mcu.get_printer().lookup_object(
"danger_options"
)

def _bg_thread(self):
response = self.ffi_main.new("struct pull_queue_message *")
Expand Down

0 comments on commit 3a79f19

Please sign in to comment.