From 3006963740924fb4eff32fb513fc3306c926ead7 Mon Sep 17 00:00:00 2001
From: Vito Caputo <vcaputo@pengaru.com>
Date: Sun, 6 Feb 2022 18:20:25 -0800
Subject: vmon: remove vestigal puts("DONE!")

I don't think I intended this to be permanent, though it might be
nice to have /something/ printed to signify the transition to
breaking the main loop.  Something more appropriate can come back
if necessary.
---
 src/vmon.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src')

diff --git a/src/vmon.c b/src/vmon.c
index 59f89ad..b8b6046 100644
--- a/src/vmon.c
+++ b/src/vmon.c
@@ -837,7 +837,6 @@ int main(int argc, const char * const *argv)
 			vmon_process_event(vmon);
 
 		if (got_sigint > 2 || got_sigquit > 2) {
-			puts ("DONE!");
 			vmon->done = 1;
 		} else if (got_sigint == 1) {
 			got_sigint++;
-- 
cgit v1.2.3