OSDN Git Service

remove unused debug print.
authorornse01 <ornse01@users.sourceforge.jp>
Tue, 29 Jul 2014 15:45:43 +0000 (15:45 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Tue, 29 Jul 2014 15:45:43 +0000 (15:45 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanf/trunk@613 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/tad/tadfragment.c

index f133295..a0e8e80 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * tadfragment.c
  *
- * Copyright (c) 2013 project bchan
+ * Copyright (c) 2013-2014 project bchan
  *
  * This software is provided 'as-is', without any express or implied
  * warranty. In no event will the authors be held liable for any damages
@@ -404,7 +404,6 @@ EXPORT W tadfragment_cursor_insert(tadfragment_cursor_t *cursor, UB *data, W len
        if (isend == False) {
                err = wordarray_cursor_getW(&cursor->base, &offset);
                if (err < 0) {
-                       printf("BBB\n");
                        return err;
                }
        } else {