Changeset 271

Show
Ignore:
Timestamp:
05/31/10 21:29:38 (21 months ago)
Author:
ol
Message:

remove useless code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/ows/ows.c

    r270 r271  
    329329 
    330330    /* Log input query if asked */ 
    331    if (o->log != NULL) { 
    332 #if 0 
    333         time(&now); 
    334         t = ctime(&now); 
    335 #endif 
     331   if (o->log != NULL) 
    336332        fprintf(o->log, "[QUERY]\n%s\n---\n", query); 
    337     } 
    338  
    339333 
    340334    o->request = ows_request_init();