hanja_table_new_from_list(): 필요 없는 메시지 출력 제거
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Thu, 4 Jan 2007 13:54:59 +0000 (22:54 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Thu, 4 Jan 2007 13:54:59 +0000 (22:54 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@107 8f00fcd2-89fc-0310-932e-b01be5b65e01

hangul/hanja.c

index 89f467c..e7998bd 100644 (file)
@@ -199,7 +199,6 @@ hanja_table_new_from_slist(struct slist *lists)
            table->base[i] = lists->data;
            lists = lists->next;
        }
-       printf("n list: %d\n", table->nmember);
     }
     return table;
 }