Drop debug spew

This commit is contained in:
Matthias Clasen 2014-05-15 08:47:44 -04:00
parent 93204d3ba8
commit 2e07865f67

View File

@ -110,8 +110,7 @@ set_path_label (GtkWidget *w,
const gchar *v;
v = g_getenv (var);
g_print ("%s %s\n", var, v);
if (v)
if (v != NULL)
{
set_monospace_font (w);
gtk_label_set_text (GTK_LABEL (w), v);