Skip to content

Commit eef0486

Browse files
committedMay 20, 2016
[server] Removed debug print from the test
1 parent 10e8807 commit eef0486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tests/src/python/test_qgsserver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def wms_request_compare(self, request, extra=None, reference_file=None):
155155
query_string = 'MAP=%s&SERVICE=WMS&VERSION=1.3&REQUEST=%s' % (urllib.quote(project), request)
156156
if extra is not None:
157157
query_string += extra
158-
print query_string
159158
header, body = [str(_v) for _v in self.server.handleRequest(query_string)]
160159
response = header + body
161160
f = open(self.testdata_path + (request.lower() if not reference_file else reference_file) + '.txt')

0 commit comments

Comments
 (0)
Please sign in to comment.