Skip to content

Commit 8a39f77

Browse files
committed
test
1 parent e43bd6d commit 8a39f77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pycsw/ogc/csw/csw2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,8 +825,8 @@ def getrecords(self):
825825
self.parent.kvp['startposition'] = 1
826826

827827
# query repository
828-
#print("AST", self.parent.kvp['constraint']['ast'])
829-
#print("AST", dir(self.parent.kvp['constraint']['ast']))
828+
# print("AST", self.parent.kvp['constraint']['ast'])
829+
# print("AST", dir(self.parent.kvp['constraint']['ast']))
830830
LOGGER.debug('Querying repository with constraint: %s,\
831831
sortby: %s, typenames: %s, maxrecords: %s, startposition: %s',
832832
self.parent.kvp['constraint'], self.parent.kvp['sortby'], self.parent.kvp['typenames'],

0 commit comments

Comments
 (0)