Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Removing debug print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Apr 3, 2011
1 parent cc92bcc commit cd76c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boto/roboto/awsqueryrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def process_args(self):
del self.args[python_name]
if required:
raise RequiredParamError(required)
print self.request_params
boto.log.debug('request_params: %s' % self.request_params)
self.process_markers(self.Response)

Expand Down

0 comments on commit cd76c7e

Please sign in to comment.