2 Commit-ok 185b538f2c ... 554afb15ce

Szerző SHA1 Üzenet Dátum
  Lucy McClane 554afb15ce empty prev fix 2 éve
  Lucy McClane 185b538f2c empty prev fix 2 éve
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      src/tokenizer.c

+ 0 - 2
src/tokenizer.c

@@ -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;