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