Remove debugging code. Thanks Scott!

This commit is contained in:
Richard Kimberly Heck 2020-05-17 20:59:34 -04:00
parent e1615f4107
commit a96ec2db45

View 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;