From: Richard Kimberly Heck Date: Mon, 18 May 2020 00:59:34 +0000 (-0400) Subject: Remove debugging code. Thanks Scott! X-Git-Tag: lyx-2.4.0dev-acb2ca7b~854 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a96ec2db4538e7d21f904f5bb5c5951c4dbddda2;p=features.git Remove debugging code. Thanks Scott! --- 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;