Browse Source

stray comment to be deleted

tristangurtler 3 years ago
parent
commit
0f9f92256c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      bgn2/src/Bipoint.cpp

+ 0 - 3
bgn2/src/Bipoint.cpp

@@ -240,9 +240,6 @@ std::istream& operator>>(std::istream& is, CurveBipoint& input)
 	for (int i = 0; i < 2; i++)
 	{
 		is >> x >> y >> z;
-		// std::cout << "x: " << std::hex << x << std::dec << std::endl;
-		// std::cout << "y: " << std::hex << y << std::dec << std::endl;
-		// std::cout << "z: " << std::hex << z << std::dec << std::endl;
 		fpe_set(input[i]->m_x, x.data);
 		fpe_set(input[i]->m_y, y.data);
 		fpe_set(input[i]->m_z, z.data);