Commit c37f091c authored by ozantonkal's avatar ozantonkal

remove redundant statement

parent 669abd58
...@@ -104,7 +104,6 @@ cv::viz::VizAccessor * cv::viz::VizAccessor::getInstance() ...@@ -104,7 +104,6 @@ cv::viz::VizAccessor * cv::viz::VizAccessor::getInstance()
{ {
if (is_instantiated_) if (is_instantiated_)
{ {
std::cout << "HERE" << std::endl;
instance_ = new VizAccessor(); instance_ = new VizAccessor();
is_instantiated_ = true; is_instantiated_ = true;
} }
......
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