removed remnants of old global logging

This commit is contained in:
isanae
2020-12-03 17:44:53 -05:00
parent 7b28df2939
commit fd627f7a05
13 changed files with 26 additions and 74 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ python::version_info python::parsed_version()
const auto s = version();
if (!std::regex_match(s, m, re))
bail_out("bad python version '{}'", s);
gcx().bail_out(context::generic, "bad python version '{}'", s);
version_info v;