summaryrefslogtreecommitdiff
path: root/debug/netsurfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/netsurfd.c')
-rw-r--r--debug/netsurfd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/debug/netsurfd.c b/debug/netsurfd.c
index b6c289cb7..d96a15da8 100644
--- a/debug/netsurfd.c
+++ b/debug/netsurfd.c
@@ -143,10 +143,6 @@ void callback(content_msg msg, struct content *c, void *p1,
done = destroyed = 1;
} else if (msg == CONTENT_MSG_STATUS)
printf("=== STATUS: %s\n", c->status_message);
- else if (msg == CONTENT_MSG_REDIRECT) {
- printf("=== REDIRECT to '%s'\n", data.redirect);
- done = destroyed = 1;
- }
}