From 8d0487a0c5ea0e985a57335901788aaa49e30bf3 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 9 Jun 2015 16:04:40 +1200 Subject: [PATCH] Removed old debug fprintf --- abduco.c | 1 - 1 file changed, 1 deletion(-) diff --git a/abduco.c b/abduco.c index 1bdd94e..77efa62 100644 --- a/abduco.c +++ b/abduco.c @@ -620,7 +620,6 @@ int main(int argc, char *argv[]) { case 'n': case 'c': if (force) { - fprintf(stderr, "Force!"); if (session_alive(server.session_name)) { info("session exists and has not yet terminated"); return 1;