diff Framework/Deprecated/Widgets/WorldSceneWidget.cpp @ 1219:f8bff27f1314

cleanup
author Alain Mazy <alain@mazy.be>
date Sat, 07 Dec 2019 17:46:25 +0100
parents c35e98d22764
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/Deprecated/Widgets/WorldSceneWidget.cpp	Fri Nov 29 18:08:56 2019 +0100
+++ b/Framework/Deprecated/Widgets/WorldSceneWidget.cpp	Sat Dec 07 17:46:25 2019 +0100
@@ -179,10 +179,8 @@
     }
     else if (hasDefaultMouseEvents_)
     {
-      printf("has default mouse events\n");
       if (touches.size() == 2)
       {
-        printf("2 touches !\n");
         return new SceneMouseTracker(view_, new PanZoomMouseTracker(*this, touches));
       }
       else