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
Benjamin Jakimow
EO Time Series Viewer
Commits
5446a431
Commit
5446a431
authored
Jul 20, 2020
by
Benjamin Jakimow
Browse files
MapCanvas - removed print statement
Signed-off-by:
Benjamin Jakimow
<
benjamin.jakimow@geo.hu-berlin.de
>
parent
ca103faa
Pipeline
#12464
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
eotimeseriesviewer/mapcanvas.py
View file @
5446a431
...
...
@@ -763,7 +763,7 @@ class MapCanvas(QgsMapCanvas):
if
MapCanvas
.
Command
in
keys
:
commands
=
self
.
mTimedRefreshPipeLine
.
pop
(
MapCanvas
.
Command
)
print
(
commands
)
#
print(commands)
for
command
in
commands
:
assert
isinstance
(
command
,
MapCanvas
.
Command
)
if
command
==
MapCanvas
.
Command
.
RefreshRenderer
:
...
...
Write
Preview
Markdown
is supported
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