浏览代码

Remove debugging shitgit add --all!

Nikita Kalanakov 2 年之前
父节点
当前提交
d58e7a0019
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      makeshot/makeshot.c

+ 0 - 2
makeshot/makeshot.c

@@ -219,8 +219,6 @@ void preprocess_text(buffer_t *buffer, char *text) {
     if (head->flags & FLAG_TT)
       BUFFER_APPEND(buffer, "<tt>");
 
-    //printf("%d %d %d\n", head->flags & FLAG_BOLD, head->flags & FLAG_STRIKE, head->flags & FLAG_ITALIC);
-
     BUFFER_CONCAT(buffer, head->buffer);
 
     if (head->flags & FLAG_TT)