Branch: refs/heads/master Author: Gitoffthelawn Gitoffthelawn@users.noreply.github.com Committer: GitHub noreply@github.com Date: Sun, 21 Apr 2024 12:32:11 UTC Commit: 8c56a7c8c92a4fe6f52ddbe673211300a1b4d58c https://github.com/geany/geany-plugins/commit/8c56a7c8c92a4fe6f52ddbe6732113...
Log Message: ----------- lineoperations: Removed debug code (fixes #1322) (#1323)
* Completely removed debug statement
See #1322
Modified Paths: -------------- lineoperations/src/lo_prefs.c
Modified: lineoperations/src/lo_prefs.c 4 lines changed, 1 insertions(+), 3 deletions(-) =================================================================== @@ -117,8 +117,6 @@ 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); - g_key_file_free(config); }
@@ -128,4 +126,4 @@ void lo_free_info() { g_free(lo_info->config_file); g_free(lo_info); -} \ No newline at end of file +}
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).