Commit 0040eb7f authored by Davis King's avatar Davis King

removed debugging print statement.

parent aca80873
......@@ -21,7 +21,6 @@ std::vector<bool> list_to_bool_vector(
for (long i = 0; i < result.size(); ++i)
{
result[i] = l[i].cast<bool>();
cout << "bool val: " << result[i] << endl;
}
return result;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment