Skip to content

Commit

Permalink
[#299] Ignore SimpleHTTPServer's log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Feb 5, 2013
1 parent e82823e commit 7dbf278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/resourceproxy/tests/file_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def send_head(self):
else:
return SimpleHTTPServer.SimpleHTTPRequestHandler.send_head(self)

def log_message(self, *args):
pass

def serve(port=PORT):
'''Serves static test files over HTTP'''
Expand Down

0 comments on commit 7dbf278

Please sign in to comment.