Disable the 'DEPTH=' display.
[synfig.git] / synfig-studio / trunk / src / synfigapp / canvasinterface.cpp
index f066b18..29a52b1 100644 (file)
@@ -267,7 +267,8 @@ CanvasInterface::add_layer_to(synfig::String name, synfig::Canvas::Handle canvas
                return 0;
        }
 
-       synfig::info("DEPTH=%d",depth);
+       // synfig::info("DEPTH=%d",depth);
+
        // Action to move the layer (if necessary)
        if(depth>0)
        {