@eht16 commented on this pull request.
> @@ -117,7 +117,7 @@ lo_init_prefs(GeanyPlugin *plugin)
lo_info->use_collation_compare = utils_get_setting_boolean(config,
"general", "use_collation_compare", FALSE);
- printf("VALUE: %d\n", lo_info->use_collation_compare);
+ /* printf("VALUE: %d\n", lo_info->use_collation_compare); */
I would drop it completely. There is no point in having commented debug flying
around. If needed, it can be restored from the GIT history.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1323#pullrequestreview-1999565351
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1323/review/[email protected]>