Remove commented out line

This commit is contained in:
Ryan Huffman 2015-08-26 09:28:06 -07:00
parent d90ceb200a
commit d503c5293a

View file

@ -160,7 +160,6 @@ void AssetServer::run() {
while (!_isFinished) {
// since we're a while loop we need to help Qt's event processing
QCoreApplication::processEvents();
// QCoreApplication::processEvents(QEventLoop::WaitForMoreEvents);
}
}