From ae3942baa2f33459cf2c46082a8e107bc37cef85 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 16 Jul 2014 11:14:24 -0400 Subject: [PATCH] Remove warning filter from library code (should be set by applications/tests directly) --- .../lib/xmodule/xmodule/modulestore/modulestore_settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/lib/xmodule/xmodule/modulestore/modulestore_settings.py b/common/lib/xmodule/xmodule/modulestore/modulestore_settings.py index b304af84eb..fc7c0b33e9 100644 --- a/common/lib/xmodule/xmodule/modulestore/modulestore_settings.py +++ b/common/lib/xmodule/xmodule/modulestore/modulestore_settings.py @@ -5,10 +5,6 @@ This file contains helper functions for configuring module_store_setting setting import warnings -# Python 2.7 by default suppresses DeprecationWarnings. Make sure we show these, always. -warnings.simplefilter('once', DeprecationWarning) - - def convert_module_store_setting_if_needed(module_store_setting): """ Converts old-style module_store_setting configuration settings to the new format.