Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Jan 8, 2025
1 parent 3fccd4e commit f319adc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tesseract_common/src/resource_locator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ bool GeneralResourceLocator::addPath(const tesseract_common::fs::path& path)
processToken(path.string());
return true;
}

CONSOLE_BRIDGE_logError("Package Path does not exist: %s", path.string().c_str());
return false;

}

void GeneralResourceLocator::processToken(const std::string& token)
Expand Down

0 comments on commit f319adc

Please sign in to comment.