X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fselection.cpp;h=ed8a9d57b86034dfcaf4c36915bace17a5ff3671;hb=fce046713c4cb905f38bf489cc4a73af425f3037;hp=4d92a18df77948f7de0620a8609566eb9e33075e;hpb=771d00baf3d15209a77dce026f7ef45a78365e62;p=inkscape.git diff --git a/src/selection.cpp b/src/selection.cpp index 4d92a18df..ed8a9d57b 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -224,7 +224,7 @@ void Selection::remove_box_perspective(SPBox3D *box) { Persp3D *persp = box3d_get_perspective(box); std::map::iterator p = _persps.find(persp); if (p == _persps.end()) { - g_print ("Warning! Trying to remove unselected perspective from selection!\n"); + //g_print ("Warning! Trying to remove unselected perspective from selection!\n"); return; } if ((*p).second > 1) {