Skip to content

Commit 6eda08f

Browse files
committed
Remove dead comments.
1 parent ab11991 commit 6eda08f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/bitcoin/protocol/define.hpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@
3737
#define BCP_INTERNAL BC_HELPER_DLL_LOCAL
3838
#endif
3939

40-
// Log name.
41-
////#define LOG_PROTOCOL "protocol"
42-
////#define LOG_PROTOCOL_HTTP "http"
43-
////
44-
////// TODO: generalize logging.
45-
////#define LOG_INFO(name) std::cout << name << " : "
46-
////#define LOG_DEBUG(name) std::cout << name << " : "
47-
////#define LOG_VERBOSE(name) std::cout << name << " : "
48-
////#define LOG_ERROR(name) std::cerr << name << " : "
49-
////#define LOG_WARNING(name) std::cerr << name << " : "
50-
5140
#endif
5241

5342
// context ->

0 commit comments

Comments
 (0)