diff --git a/tableone/deprecations.py b/tableone/deprecations.py index 7057955..850343f 100644 --- a/tableone/deprecations.py +++ b/tableone/deprecations.py @@ -1,8 +1,5 @@ import warnings -# display deprecation warnings -warnings.simplefilter('always', DeprecationWarning) - def handle_deprecated_parameters(labels, isnull, pval_test_name, remarks): """