[Groonga-commit] groonga/groonga [master] remove error messages for debug.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 11日 (金) 14:35:01 JST


Susumu Yata	2011-11-11 05:35:01 +0000 (Fri, 11 Nov 2011)

  New Revision: d86c0b2cda2ad19d70e0b6f9ba0d3c65e33b4a55

  Log:
    remove error messages for debug.

  Modified files:
    test/unit/core/dat/test-trie.cpp

  Modified: test/unit/core/dat/test-trie.cpp (+0 -2)
===================================================================
--- test/unit/core/dat/test-trie.cpp    2011-11-11 05:33:06 +0000 (ddb267f)
+++ test/unit/core/dat/test-trie.cpp    2011-11-11 05:35:01 +0000 (84f8884)
@@ -69,7 +69,6 @@ namespace test_dat_trie
     base_dir = grn_test_get_tmp_dir();
     cut_remove_path(base_dir, NULL);
     g_mkdir_with_parents(base_dir, 0755);
-std::cerr << "setup: " << base_dir << std::endl;
   }
 
   void cut_teardown(void)
@@ -77,7 +76,6 @@ std::cerr << "setup: " << base_dir << std::endl;
     if (base_dir) {
       cut_remove_path(base_dir, NULL);
     }
-std::cerr << "teardown: " << base_dir << std::endl;
   }
 
   void test_empty_trie(void)




Groonga-commit メーリングリストの案内
Back to archive index