diff --git a/.regression.yml b/.regression.yml index d1815556a..709b3ce91 100644 --- a/.regression.yml +++ b/.regression.yml @@ -16,7 +16,7 @@ build_features: - ipv6=off - deprecated-functions=off - exception-handling=off - - logging=verbose + - logging=on - asserts=off - asserts=production debug - asserts=on release diff --git a/bindings/python/src/create_torrent.cpp b/bindings/python/src/create_torrent.cpp index 431efe14e..7770ace53 100644 --- a/bindings/python/src/create_torrent.cpp +++ b/bindings/python/src/create_torrent.cpp @@ -155,9 +155,6 @@ void bind_create_torrent() .value("merkle", create_torrent::merkle) .value("modification_time", create_torrent::modification_time) .value("symlinks", create_torrent::symlinks) -#if !defined TORRENT_NO_DEPRECATE - .value("calculate_file_hashes", create_torrent::calculate_file_hashes) -#endif ; def("add_files", add_files0, (arg("fs"), arg("path"), arg("flags") = 0));