From 5446a431a3cc807b7fd2cf32bc198cbbbff7ac23 Mon Sep 17 00:00:00 2001 From: Benjamin Jakimow <benjamin.jakimow@geo.hu-berlin.de> Date: Mon, 20 Jul 2020 18:49:39 +0200 Subject: [PATCH] MapCanvas - removed print statement Signed-off-by: Benjamin Jakimow <benjamin.jakimow@geo.hu-berlin.de> --- eotimeseriesviewer/mapcanvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eotimeseriesviewer/mapcanvas.py b/eotimeseriesviewer/mapcanvas.py index 369af10b..d0b634fe 100644 --- a/eotimeseriesviewer/mapcanvas.py +++ b/eotimeseriesviewer/mapcanvas.py @@ -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: -- GitLab