summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection.cpp')
-rw-r--r--src/selection.cpp2
1 files changed, 1 insertions, 1 deletions
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<Persp3D *, unsigned int>::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) {