@@ -118,8 +118,6 @@ void hl_next_word(char *word, int len, hl_node *node, hl_ctx *ctx) {
node->text = strdup(word);
node->text_len = len;
- puts(word);
-
if (len == 1) {
hl_token_single(word[0], node, ctx);
return;