Skip to content

Commit

Permalink
Remove unnecessary timer. Refs #9208.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Apr 8, 2014
1 parent a6ca05d commit 0528095
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/MantidQt/MantidWidgets/src/CatalogHelper.cpp
Expand Up @@ -316,9 +316,6 @@ namespace MantidQt
*/
void CatalogHelper::executeAsynchronously(const Mantid::API::IAlgorithm_sptr &algorithm)
{
QTime myTimer;
myTimer.start();

Poco::ActiveResult<bool> result(algorithm->executeAsync());
while (!result.available())
{
Expand Down

0 comments on commit 0528095

Please sign in to comment.