summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-06-27 14:47:23 +0200
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-06-27 14:47:23 +0200
commitf1bd73daef31903e4c8229c4df109831f54f2915 (patch)
tree0be0df37437fc0bbe659b6e84771f93b9a6c5bfd /src
parentb9f5d3754598f4724193920c189e4de6d3025259 (diff)
work
Diffstat (limited to 'src')
-rw-r--r--src/string_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string_utils.c b/src/string_utils.c
index 6bf1d01..f73ccf8 100644
--- a/src/string_utils.c
+++ b/src/string_utils.c
@@ -86,7 +86,6 @@ bool string_contains_ex(char *text_to_search, char *text_to_find, array *text_ma
s32 word_match_len_val = 0;
char* line_start_ptr = text_to_search;
- //printf("%s %s\n", text_to_search, text_to_find);
s32 index = 0;
while((text_to_search = utf8codepoint(text_to_search, &text_to_search_ch))
&& text_to_search_ch)