removed debugging logs

This commit is contained in:
matlabbe 2019-09-02 20:03:19 -04:00
parent d661148694
commit 5489d5f4c4
2 changed files with 0 additions and 2 deletions

View File

@ -374,7 +374,6 @@ void AddObjectDialog::setState(int state)
void AddObjectDialog::update(const cv::Mat & image)
{
UERROR("");
update(image, "", 0.0, cv::Mat(), 0.0);
}

View File

@ -1290,7 +1290,6 @@ void MainWindow::rectHovered(int objId)
void MainWindow::update(const cv::Mat & image)
{
UERROR("");
update(image, "", 0.0, cv::Mat(), 0.0);
}