mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
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…
Reference in New Issue
Block a user