From 9ea1c637f96a5de2ac8f17778abf54e9fece0b7d Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 15 May 2020 11:48:41 -0400 Subject: [PATCH] Remove debug Exiting message --- src/zmu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zmu.cpp b/src/zmu.cpp index ef8a9276e..d3e9d96c5 100644 --- a/src/zmu.cpp +++ b/src/zmu.cpp @@ -777,7 +777,6 @@ int main(int argc, char *argv[]) { } // end if monitor id or not delete user; - printf("Exiting"); exit_zmu(0); return 0; } // end int main()