commit/galaxy-central: dan: Remove deprecation warnings from util.json methods.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8f372abd1912/ Changeset: 8f372abd1912 Branch: next-stable User: dan Date: 2014-10-06 15:49:09+00:00 Summary: Remove deprecation warnings from util.json methods. Affected #: 1 file diff -r 054d8af08f098c76b9b64eb5d60835956abc8ae1 -r 8f372abd19124a95fa79f0eeb7da497dc88682f5 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