2 次代碼提交 185b538f2c ... 554afb15ce

作者 SHA1 備註 提交日期
  Lucy McClane 554afb15ce empty prev fix 2 年之前
  Lucy McClane 185b538f2c empty prev fix 2 年之前
共有 1 個文件被更改,包括 0 次插入2 次删除
  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;