remove accidental addition of debug code

This commit is contained in:
Moritz Kobitzsch
2017-08-01 12:29:56 +02:00
parent 917a36eaee
commit 7e0c9f7340
-1
View File
@@ -344,7 +344,6 @@ int RestrictionsCheckCommand(const char *executable, const std::vector<std::stri
for (auto &value : conditional_restrictions)
{
std::cout << value << std::endl;
const auto &location = value.location;
const auto &restriction = value.restriction;