]> git.neil.brown.name Git - edlib.git/commitdiff
C code - remove stray LOG() calls.
authorNeilBrown <neil@brown.name>
Mon, 22 May 2023 11:18:06 +0000 (21:18 +1000)
committerNeilBrown <neil@brown.name>
Fri, 26 May 2023 22:18:42 +0000 (08:18 +1000)
I don't think I want any of these.

Signed-off-by: NeilBrown <neil@brown.name>
display-x11-xcb.c
lib-aspell.c
lib-autosave.c

index 16a5457dc82544e0346b91fb6affdb8981c1df25..dfeaf5754cdbe707a331202659c37c4d70c3d64a 100644 (file)
@@ -604,8 +604,7 @@ DEF_CMD(xcb_clear)
                        cairo_paint(dest->ctx);
                        dest->bg.g = -1;
                }
-       } else
-               LOG("ERROR neither src or bg");
+       }
        pane_damaged(ci->home, DAMAGED_POSTORDER);
 
        if (!dest->need_update)
index c345670ad0533b808411534fb85c94509233bce0..8ec38d98a0a1843a75793f76e05ab93046fdb416 100644 (file)
@@ -206,7 +206,6 @@ DEF_CMD(aspell_set_dict)
 
        if (!lang)
                return Enoarg;
-       LOG("lang = %s", lang);
        conf2 = aspell_config_clone(spell_config);
        aspell_config_replace(conf2, "lang", lang);
        ret = new_aspell_speller(conf2);
index 9a030087beca7dd29a567f3323e1e34fad0429df..a290c31e1cf4b39498b7585371ef63b065b388d8 100644 (file)
@@ -118,7 +118,6 @@ DEF_CMD(autosave_dir_delete)
        if (!fn || *fn != '/')
                return 2;
 
-       LOG("Forgetting autosave for %s", fn);
        dir = pane_attr_get(ci->focus, "dirname");
        base = pane_mark_attr(ci->focus, m, "name");
        if (dir && base) {