Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deformvis
insarviz
Commits
1ec031d4
Commit
1ec031d4
authored
Dec 01, 2022
by
Margaux Mouchene
Browse files
cleanup prints
parent
d8a3dcee
Changes
1
Hide whitespace changes
Inline
Side-by-side
insarviz/map/MinimapView.py
View file @
1ec031d4
...
...
@@ -372,22 +372,18 @@ class MinimapView(AbstractMapView):
side
==
'RIGHT'
and
flipped
))
if
AR
:
print
(
'AR'
)
orb_start
=
QPoint
(
center_pt
.
x
()
+
4
,
center_pt
.
y
()
+
15
)
orb_end
=
QPoint
(
center_pt
.
x
()
-
4
,
center_pt
.
y
()
-
15
)
los_end
=
QPoint
(
center_pt
.
x
()
+
3
,
center_pt
.
y
()
-
1
)
elif
AL
:
print
(
'AL'
)
orb_start
=
QPoint
(
center_pt
.
x
()
+
4
,
center_pt
.
y
()
+
15
)
orb_end
=
QPoint
(
center_pt
.
x
()
-
4
,
center_pt
.
y
()
-
15
)
los_end
=
QPoint
(
center_pt
.
x
()
-
3
,
center_pt
.
y
()
+
1
)
elif
DR
:
print
(
'DR'
)
orb_start
=
QPoint
(
center_pt
.
x
()
+
4
,
center_pt
.
y
()
-
15
)
orb_end
=
QPoint
(
center_pt
.
x
()
-
4
,
center_pt
.
y
()
+
15
)
los_end
=
QPoint
(
center_pt
.
x
()
-
3
,
center_pt
.
y
()
-
1
)
elif
DL
:
print
(
'DL'
)
orb_start
=
QPoint
(
center_pt
.
x
()
+
4
,
center_pt
.
y
()
-
15
)
orb_end
=
QPoint
(
center_pt
.
x
()
-
4
,
center_pt
.
y
()
+
15
)
los_end
=
QPoint
(
center_pt
.
x
()
+
3
,
center_pt
.
y
()
+
1
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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