Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 19, 2012
1 parent 3059629 commit 62aeca2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mapogcfilter.c
Expand Up @@ -606,7 +606,6 @@ int FLTApplySimpleSQLFilter(FilterEncodingNode *psNode, mapObj *map,


if (szExpression) {
char *escapedTextString;

if (bConcatWhere)
pszBuffer = msStringConcatenate(pszBuffer, "WHERE ");
Expand Down
1 change: 0 additions & 1 deletion mapwfs.c
Expand Up @@ -2218,7 +2218,6 @@ this request. Check wfs/ows_enable_request settings.", "msWFSGetFeature()", laye
/* Force setting a template to enable query. */
lp->template = msStrdup("ttt.html");
}
msDebug("filter %d: %s",j,aFIDValues[j]);
psNode = FLTCreateFeatureIdFilterEncoding(aFIDValues[j]);

if( FLTApplyFilterToLayer(psNode, map, lp->index) != MS_SUCCESS ) {
Expand Down

0 comments on commit 62aeca2

Please sign in to comment.