commit/galaxy-central: dan: Remove deprecation warnings from util.json methods.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/594b48fe90b7/ Changeset: 594b48fe90b7 User: dan Date: 2014-10-06 15:49:09+00:00 Summary: Remove deprecation warnings from util.json methods. Affected #: 1 file diff -r ae1a6cb7f4aae2ee7746fdee01d83d96cff5a0a2 -r 594b48fe90b7b17ed22f5c597837022d8204db47 lib/galaxy/util/json.py --- a/lib/galaxy/util/json.py +++ b/lib/galaxy/util/json.py @@ -17,12 +17,10 @@ def to_json_string(*args, **kwargs): - log.warning("Using deprecated function to_json_string.") return json.dumps(*args, **kwargs) def from_json_string(*args, **kwargs): - log.warning("Using deprecated function from_json_string.") return json.loads(*args, **kwargs) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org