Changeset 268

Show
Ignore:
Timestamp:
05/30/10 23:41:08 (21 months ago)
Author:
ol
Message:

Remove debug output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/wfs/wfs_get_feature.c

    r267 r268  
    391391        /* execute the sql request */ 
    392392        res = PQexec(o->pg, ln->value->buf); 
    393 buffer_flush(ln->value, stderr); 
    394393 
    395394        if (PQresultStatus(res) != PGRES_TUPLES_OK) {