Skip to content

Commit

Permalink
Comment out printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Nov 23, 2014
1 parent 09a9245 commit 8159085
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/python/WMCore/ReqMgr/Service/Auxiliary.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ def get(self):
# from HTTP headers. CMS web frontend puts this information into
# headers as read from SiteDB (or on private VM from a fake
# SiteDB file)
print "DN: %s" % cherrypy.request.user['dn']
print "Requestor/login: %s" % cherrypy.request.user['login']
print "cherrypy.request: %s" % cherrypy.request
print "cherrypy.request.user: %s" % cherrypy.request.user
# print "cherrypy.request", cherrypy.request
# print "DN: %s" % cherrypy.request.user['dn']
# print "Requestor/login: %s" % cherrypy.request.user['login']
# print "cherrypy.request: %s" % cherrypy.request
# print "cherrypy.request.user: %s" % cherrypy.request.user
# from WMCore.REST.Auth import authz_match
# authz_match(role=["Global Admin"], group=["global"])
# check SiteDB/DataWhoAmI.py
Expand Down Expand Up @@ -402,4 +403,4 @@ def update_software(config_file):
#print msg
else:
print "CMSSW versions identical, no database update necessary."
"""
"""

0 comments on commit 8159085

Please sign in to comment.