Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Syncleus
apex-aprs
Commits
f0529925
Commit
f0529925
authored
Oct 01, 2016
by
Jeffrey Phillips Freeman
💥
Browse files
Removed unused variable.
parent
2aa77e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/apex/aprs/aprs_kiss.py
View file @
f0529925
...
...
@@ -64,7 +64,6 @@ class AprsKiss(object):
@
staticmethod
def
__valid_frame
(
raw_frame
):
logging
.
debug
(
'raw_frame=%s'
,
raw_frame
)
frame
=
{}
frame_len
=
len
(
raw_frame
)
if
frame_len
>
16
:
...
...
@@ -76,8 +75,6 @@ class AprsKiss(object):
if
1
<
i
<
11
:
if
raw_frame
[
raw_slice
+
1
]
&
0x03
is
0x03
and
raw_frame
[
raw_slice
+
2
]
in
[
0xf0
,
0xcf
]:
return
True
logging
.
debug
(
'frame=%s'
,
frame
)
return
False
@
staticmethod
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment