mirror of https://github.com/martanne/abduco
Removed old debug fprintf
This commit is contained in:
parent
eaf0680276
commit
8d0487a0c5
1
abduco.c
1
abduco.c
|
|
@ -620,7 +620,6 @@ int main(int argc, char *argv[]) {
|
||||||
case 'n':
|
case 'n':
|
||||||
case 'c':
|
case 'c':
|
||||||
if (force) {
|
if (force) {
|
||||||
fprintf(stderr, "Force!");
|
|
||||||
if (session_alive(server.session_name)) {
|
if (session_alive(server.session_name)) {
|
||||||
info("session exists and has not yet terminated");
|
info("session exists and has not yet terminated");
|
||||||
return 1;
|
return 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue