Skip to content

Commit

Permalink
refs #11572. Revert debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Apr 24, 2015
1 parent 35cd88a commit 672df74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Code/Mantid/Framework/API/src/Algorithm.cpp
Expand Up @@ -1593,8 +1593,6 @@ IPropertyManager::getValue<API::IAlgorithm_sptr>(
} else {
std::string message =
"Attempt to assign property " + name + " to incorrect type";
int i = 0;
std::cin >> i;
throw std::runtime_error(message);
}
}
Expand All @@ -1617,8 +1615,6 @@ IPropertyManager::getValue<API::IAlgorithm_const_sptr>(
} else {
std::string message =
"Attempt to assign property " + name + " to incorrect type";
int i = 0;
std::cin >> i;
throw std::runtime_error(message);
}
}
Expand Down

0 comments on commit 672df74

Please sign in to comment.