remove redundant statement
This commit is contained in:
parent
669abd58bc
commit
c37f091cc5
@ -104,7 +104,6 @@ cv::viz::VizAccessor * cv::viz::VizAccessor::getInstance()
|
||||
{
|
||||
if (is_instantiated_)
|
||||
{
|
||||
std::cout << "HERE" << std::endl;
|
||||
instance_ = new VizAccessor();
|
||||
is_instantiated_ = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user