Skip to content

Commit d59dce0

Browse files
committed
Removed stray debug message.
1 parent 3e0b391 commit d59dce0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ mapcache_http_response *mapcache_core_get_map(mapcache_context *ctx, mapcache_re
512512
}
513513

514514
/* compute the content-type */
515-
ctx->log(ctx,MAPCACHE_DEBUG,"SDL: setting content type (2)");
516515
if(format && format->mime_type) {
517516
apr_table_set(response->headers,"Content-Type",format->mime_type);
518517
} else {

0 commit comments

Comments
 (0)