Removed old handshake logging functions.

This commit is contained in:
rakshasa
2012-04-26 21:22:35 +09:00
parent 22acdd87c3
commit f373b20c1b
3 changed files with 0 additions and 66 deletions
-2
View File
@@ -239,8 +239,6 @@ initialize_command_network() {
CMD2_ANY ("strings.connection_type", tr1::bind(&torrent::option_list_strings, torrent::OPTION_CONNECTION_TYPE));
CMD2_ANY ("strings.encryption", tr1::bind(&torrent::option_list_strings, torrent::OPTION_ENCRYPTION));
CMD2_VAR_BOOL ("log.handshake", false);
// CMD2_ANY_STRING ("encoding_list", tr1::bind(&apply_encoding_list, tr1::placeholders::_2));
CMD2_ANY_STRING ("encoding.add", tr1::bind(&apply_encoding_list, tr1::placeholders::_2));