Skip to content

Commit

Permalink
lineoperations: Removed debug code (fixes #1322) (#1323)
Browse files Browse the repository at this point in the history
* Completely removed debug statement

See #1322
  • Loading branch information
Gitoffthelawn committed Apr 21, 2024
1 parent 95d4f6f commit 8c56a7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lineoperations/src/lo_prefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand All @@ -128,4 +126,4 @@ void
lo_free_info() {
g_free(lo_info->config_file);
g_free(lo_info);
}
}

0 comments on commit 8c56a7c

Please sign in to comment.