]> git.lyx.org Git - features.git/commitdiff
Remove debugging code. Thanks Scott!
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 18 May 2020 00:59:34 +0000 (20:59 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 18 May 2020 00:59:34 +0000 (20:59 -0400)
src/support/Systemcall.cpp

index 8be873209b9f0c3a573fc31ad1ae54c7561b2b05..6ec50e1238b305d4346aa1fc45e0eb76aea37d6a 100644 (file)
@@ -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;