summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/widget/combo-enums.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/widget/combo-enums.h b/src/ui/widget/combo-enums.h
index 917fa8d92..11777e0b5 100644
--- a/src/ui/widget/combo-enums.h
+++ b/src/ui/widget/combo-enums.h
@@ -30,7 +30,6 @@ private:
{
Glib::ustring an=(*a)[_columns.label];
Glib::ustring bn=(*b)[_columns.label];
- g_message("%s - %s", an.c_str(), bn.c_str());
return an.compare(bn);
}