From a96ec2db4538e7d21f904f5bb5c5951c4dbddda2 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sun, 17 May 2020 20:59:34 -0400 Subject: [PATCH] Remove debugging code. Thanks Scott! --- src/support/Systemcall.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/support/Systemcall.cpp b/src/support/Systemcall.cpp index 8be873209b..6ec50e1238 100644 --- a/src/support/Systemcall.cpp +++ b/src/support/Systemcall.cpp @@ -424,7 +424,6 @@ bool queryStopCommand(QString const & cmd) bool SystemcallPrivate::waitWhile(State waitwhile, bool process_events, int timeout) { - timeout = 1000; if (!process_) return false; -- 2.39.2