mirror of https://github.com/CGAL/cgal
removed std:cout
This commit is contained in:
parent
22b53f4662
commit
8e58d659ff
|
|
@ -273,8 +273,6 @@ public:
|
||||||
static Curve_pair_cache& curve_pair_cache()
|
static Curve_pair_cache& curve_pair_cache()
|
||||||
{
|
{
|
||||||
static Curve_pair_cache _m_curve_pair_cache;
|
static Curve_pair_cache _m_curve_pair_cache;
|
||||||
std::cout << "CP-cache has size "
|
|
||||||
<< _m_curve_pair_cache.size() << std::endl;
|
|
||||||
return _m_curve_pair_cache;
|
return _m_curve_pair_cache;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue