Removed old debug fprintf

This commit is contained in:
David Phillips 2015-06-09 16:04:40 +12:00
parent eaf0680276
commit 8d0487a0c5
1 changed files with 0 additions and 1 deletions

View File

@ -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;