commit | 0f4d232d99a152c6cabfa334d5fd2c0506a9a1f8 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue Oct 25 13:44:21 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue Oct 25 13:44:21 2011 -0400 |
tree | 27e4d2b439f40d06302f5cbdb4264bfce56e0e6b | |
parent | d667c9d1052d6ddc171a7a0753eff934d2da83bb [diff] |
Fixes issue #66.
diff --git a/oauth2client/appengine.py b/oauth2client/appengine.py index ea1ccec..3f2b727 100644 --- a/oauth2client/appengine.py +++ b/oauth2client/appengine.py
@@ -192,7 +192,6 @@ # For reading from datastore. def make_value_from_datastore(self, value): - logging.info("make: Got a " + value) logging.info("make: Got type " + str(type(value))) if value is None: return None