diff --git a/eotimeseriesviewer/mapcanvas.py b/eotimeseriesviewer/mapcanvas.py
index 369af10b7c8a2307169d9e99c4d8da7270a7a395..d0b634fe735a0f30f27002fa291ffeb6997b0654 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: