diff --git a/include/fc/raw.hpp b/include/fc/raw.hpp index bb878e5..3ae060b 100644 --- a/include/fc/raw.hpp +++ b/include/fc/raw.hpp @@ -132,7 +132,7 @@ namespace fc { template void operator()( const char* name )const { - slog( "packing %s", name ); + //slog( "packing %s", name ); raw::pack( s, c.*p ); } private: diff --git a/src/log.cpp b/src/log.cpp index a33576f..110a925 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -35,7 +35,7 @@ namespace fc { if(isatty(fileno(stderr))) std::cerr<<"\r"<